function TinyMCEEditor()
 {
     parent::ContentEditor();
 }
 function __construct()
 {
     parent::__construct();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->template = new FileTemplate('MarkUp/editor.tpl');
 }
 function BBCodeEditor()
 {
     parent::ContentEditor();
 }