".$this->get_ace_editor_script('cms_module_common_view_htmlcode');
return $form;
}
public function save_form(){
global $cms_module_common_view_htmlcode;
$this->parameters['htmlcode'] = $cms_module_common_view_htmlcode;
return parent::save_form();
}
public function render($datas){
return stripslashes($this->parameters['htmlcode']) ;
}
}