setCSSClass('html'); } public function generate() { $id = $this->getID(); $name = $this->getName(); $css = $this->getCSSClass(); $value = $this->getValue(); $target = $_REQUEST['mod']; $instanceName = \MCMS\System::getInstance()->getTarget('instance'); $baseDir = implode('/',array(_COMURLX_,'editor','html','htmlbox','_js_',self::VERSION)).'/'; $html = ''; $html .= ' '; return array('html' => $html, 'js_import' => array(JQUERY_JS_LIB, $baseDir.'htmlbox.min.js')); } }