Home
last modified time | relevance | path

Searched refs:addCommand (Results 1 – 25 of 61) sorted by relevance

123

/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js1addCommand("ckgundoheader",{exec:function(d){var e=a(d);d.insertHtml("<div>&nbsp;</div>");d.insert…
H A Dplugin.js.unc15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
16 editor.addCommand( 'ckgundoheader',
31 editor.addCommand( 'ckginsheaderone',
43 editor.addCommand( 'ckginsheadertwo',
52 editor.addCommand( 'ckginsheaderthree',
61 editor.addCommand( 'ckginsheaderfour',
70 editor.addCommand( 'ckginsheaderfive',
79 editor.addCommand( 'ckginscode',
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js1addCommand("ckgundoheader",{exec:function(d){var e=a(d);d.insertHtml("<div>&nbsp;</div>");d.insert…
H A Dplugin.js.unc15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
16 editor.addCommand( 'ckgundoheader',
31 editor.addCommand( 'ckginsheaderone',
43 editor.addCommand( 'ckginsheadertwo',
52 editor.addCommand( 'ckginsheaderthree',
61 editor.addCommand( 'ckginsheaderfour',
70 editor.addCommand( 'ckginsheaderfive',
79 editor.addCommand( 'ckginscode',
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js12 editor.addCommand( 'same_header', {
20 editor.addCommand( 'lower_header', {
36 editor.addCommand( 'higher_header', {
52 editor.addCommand( 'none_header', {
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js12 editor.addCommand( 'same_header', {
20 editor.addCommand( 'lower_header', {
36 editor.addCommand( 'higher_header', {
52 editor.addCommand( 'none_header', {
/plugin/latexit/_test/
H A Dpackage.test.php47 $p->addCommand("\use{aaa}");
49 $p->addCommand("\remove{bbb}");
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anchor",new CKEDITOR.dialogCom…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anchor",new CKEDITOR.dialogCom…
/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/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js22 editor.addCommand( 'insertTimestamp', {
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js22 editor.addCommand( 'insertTimestamp', {
/plugin/ckgedit/ckeditor/plugins/msword/
H A Dplugin.js20 editor.addCommand( 'msword', new CKEDITOR.dialogCommand( 'mswordDialog' ) );
/plugin/ckgedit/ckeditor/plugins/truetype/
H A Dplugin.js19 editor.addCommand( 'truetype',
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
18 editor.addCommand( 'insertSignature',
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
18 editor.addCommand( 'insertSignature',
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1 …(a){a.config.smiley_path=a.config.smiley_path||(this.path+"images/");a.addCommand("smiley",new CKE…
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js1 …(a){a.config.smiley_path=a.config.smiley_path||(this.path+"images/");a.addCommand("smiley",new CKE…
/plugin/ckgedit/ckeditor/plugins/tags/
H A Dplugin.js7 editor.addCommand( 'editTags', new CKEDITOR.dialogCommand( 'tagsDialog') );

123