示例#1
0
 function TinyMCE()
 {
     parent::CMSModule();
     $this->plugins_always_enabled = -1;
     $this->plugins_default_enabled = "paste,advimage,advlink,contextmenu,inlinepopups,spellchecker";
     $this->plugins_ignore = "cmsmslink,simplepaste";
     $this->templateid = -1;
     $this->module_plugins = array();
 }
 function __construct()
 {
     $this->acdev = false;
     parent::CMSModule();
 }