Beispiel #1
0
 public static function bootstrap()
 {
     $editor = new Editor("CKEditor", 3.2, "xya");
     $editor->bind_create("CKEditorPlugin::create");
     Editors::register($editor);
 }
Beispiel #2
0
 public static function bootstrap()
 {
     $editor = new Editor("elRTE", 3.2, "xya");
     $editor->bind_create("elRTEeditor::create");
     Editors::register($editor);
 }