defaultProcess = false; parent::__construct($module, $view, true); $this->ev->defs['templateMeta']['form']['buttons'] = array('POPUPSAVE', 'POPUPCANCEL'); } public function process($module) { $form_name = 'form_QuickCreate_' . $module; $this->ev->formName = $form_name; $this->ev->process(true, $form_name); return $this->ev->display(false, true); } }