/ Gists / EditForm
On gists

EditForm

AW

actionEdit-form.php Raw #

<?php

	public function actionEdit($pKey = array())
	{
		parent::actionEdit($pKey);

		$form = $this['editForm' . $this->snippetName];
		//$this['editForm' . $this->snippetName]['email']->setOption('appendText', $this->defaultFilter['hosting_service_mail_domain_id']);
		
	?>