コード例 #1
0
 function TinyMCEEditor()
 {
     parent::ContentEditor();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: MarkUpEditor.class.php プロジェクト: DrJoey/MarkUp
 public function __construct()
 {
     parent::__construct();
     $this->template = new FileTemplate('MarkUp/editor.tpl');
 }
コード例 #4
0
 function BBCodeEditor()
 {
     parent::ContentEditor();
 }