Home
last modified time | relevance | path

Searched refs:dialogCommand (Results 1 – 25 of 34) sorted by relevance

12

/plugin/ckgdoku/ckeditor/plugins/tags/
H A Dplugin.js7 editor.addCommand( 'editTags', new CKEDITOR.dialogCommand( 'tagsDialog') );
/plugin/ckgdoku/ckeditor/plugins/wrap/
H A Dplugin.js5 editor.addCommand( 'wrap', new CKEDITOR.dialogCommand( 'wrapDialolg' ) );
/plugin/ckgedit/ckeditor/plugins/wrap/
H A Dplugin.js5 editor.addCommand( 'wrap', new CKEDITOR.dialogCommand( 'wrapDialolg' ) );
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js20 editor.addCommand( 'geshi', new CKEDITOR.dialogCommand( 'geshiDialog' ) );
/plugin/ckgedit/ckeditor/plugins/geshi/
H A Dplugin.js20 editor.addCommand( 'geshi', new CKEDITOR.dialogCommand( 'geshiDialog' ) );
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js6 editor.addCommand( 'note', new CKEDITOR.dialogCommand( 'noteDialog' ) );
/plugin/ckgedit/ckeditor/plugins/msword/
H A Dplugin.js20 editor.addCommand( 'msword', new CKEDITOR.dialogCommand( 'mswordDialog' ) );
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
H A Dplugin.js.unc14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1 …smiley_path||(this.path+"images/");a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allo…
H A Dplugin.js.unc13 editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley', {
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js1 …smiley_path||(this.path+"images/");a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allo…
/plugin/ckgedit/ckeditor/plugins/tags/
H A Dplugin.js7 editor.addCommand( 'editTags', new CKEDITOR.dialogCommand( 'tagsDialog') );
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1 …ialog.add(d,this.path+"dialogs/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addBu…
H A Dplugin.js.unc23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1 …ialog.add(d,this.path+"dialogs/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addBu…
H A Dplugin.js.unc23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …tion(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anchor",new CKEDITOR…
H A Dplugin.js.unc11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) );
12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) );
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …tion(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anchor",new CKEDITOR…
H A Dplugin.js.unc11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) );
12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) );
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1 …ootnote",{init:function(b){b.addCommand("footnoteDialog",new CKEDITOR.dialogCommand("footnoteDialo…
H A Dplugin.js.unc11 // 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 Dplugin.js1 …ootnote",{init:function(b){b.addCommand("footnoteDialog",new CKEDITOR.dialogCommand("footnoteDialo…
H A Dplugin.js.unc11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
12 editor.addCommand( 'footnoteDialog', new CKEDITOR.dialogCommand( 'footnoteDialog' ) );

12