/plugin/ckgdoku/ckeditor/plugins/tags/ |
H A D | plugin.js | 7 editor.addCommand( 'editTags', new CKEDITOR.dialogCommand( 'tagsDialog') );
|
/plugin/ckgdoku/ckeditor/plugins/wrap/ |
H A D | plugin.js | 5 editor.addCommand( 'wrap', new CKEDITOR.dialogCommand( 'wrapDialolg' ) );
|
/plugin/ckgedit/ckeditor/plugins/wrap/ |
H A D | plugin.js | 5 editor.addCommand( 'wrap', new CKEDITOR.dialogCommand( 'wrapDialolg' ) );
|
/plugin/ckgdoku/ckeditor/plugins/geshi/ |
H A D | plugin.js | 20 editor.addCommand( 'geshi', new CKEDITOR.dialogCommand( 'geshiDialog' ) );
|
/plugin/ckgedit/ckeditor/plugins/geshi/ |
H A D | plugin.js | 20 editor.addCommand( 'geshi', new CKEDITOR.dialogCommand( 'geshiDialog' ) );
|
/plugin/ckgedit/ckeditor/plugins/note/ |
H A D | plugin.js | 6 editor.addCommand( 'note', new CKEDITOR.dialogCommand( 'noteDialog' ) );
|
/plugin/ckgedit/ckeditor/plugins/msword/ |
H A D | plugin.js | 20 editor.addCommand( 'msword', new CKEDITOR.dialogCommand( 'mswordDialog' ) );
|
/plugin/ckgdoku/ckeditor/plugins/about/ |
H A D | plugin.js | 14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
|
H A D | plugin.js.unc | 14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
|
/plugin/ckgdoku/ckeditor/plugins/smiley/ |
H A D | plugin.js | 1 …smiley_path||(this.path+"images/");a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allo…
|
H A D | plugin.js.unc | 13 editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley', {
|
/plugin/ckgedit/ckeditor/plugins/smiley/ |
H A D | plugin.js | 1 …smiley_path||(this.path+"images/");a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allo…
|
/plugin/ckgedit/ckeditor/plugins/tags/ |
H A D | plugin.js | 7 editor.addCommand( 'editTags', new CKEDITOR.dialogCommand( 'tagsDialog') );
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
H A D | plugin.js | 1 …ialog.add(d,this.path+"dialogs/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addBu…
|
H A D | plugin.js.unc | 23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js | 1 …ialog.add(d,this.path+"dialogs/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addBu…
|
H A D | plugin.js.unc | 23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …tion(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anchor",new CKEDITOR…
|
H A D | plugin.js.unc | 11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) ); 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) );
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …tion(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anchor",new CKEDITOR…
|
H A D | plugin.js.unc | 11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) ); 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) );
|
/plugin/ckgdoku/ckeditor/plugins/footnote/ |
H A D | plugin.js | 1 …ootnote",{init:function(b){b.addCommand("footnoteDialog",new CKEDITOR.dialogCommand("footnoteDialo…
|
H A D | plugin.js.unc | 11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html 12 editor.addCommand( 'footnoteDialog', new CKEDITOR.dialogCommand( 'footnoteDialog' ) );
|
/plugin/ckgedit/ckeditor/plugins/footnote/ |
H A D | plugin.js | 1 …ootnote",{init:function(b){b.addCommand("footnoteDialog",new CKEDITOR.dialogCommand("footnoteDialo…
|
H A D | plugin.js.unc | 11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html 12 editor.addCommand( 'footnoteDialog', new CKEDITOR.dialogCommand( 'footnoteDialog' ) );
|