Home
last modified time | relevance | path

Searched refs:command (Results 76 – 100 of 431) sorted by path

12345678910>>...18

/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc346 FileBrowserError_Command: 'Unsupported command: ',
H A Dcontents-default.css81 The following are some sample styles used in the "Styles" toolbar command.
H A Dcontents.css.unc83 The following are some sample styles used in the "Styles" toolbar command.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified686 FileBrowserError_Command: "Unsupported command: ",
H A Den.js.ckgedit25 FileBrowserError_Command: 'Unsupported command: ',
H A Den.js.unc30 FileBrowserError_Command: 'Unsupported command: ',
H A Dlang_array.txt690 FileBrowserError_Command: 'Unsupported command: ',
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
15 command.modes = { wysiwyg: 1, source: 1 };
16 command.canUndo = false;
17 command.readOnly = 1;
21 command: 'about',
H A Dplugin.js.unc14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
15 command.modes = { wysiwyg: 1, source: 1 };
16 command.canUndo = false;
17 command.readOnly = 1;
21 command: 'about',
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …in c){if(!d[a]){d[a]=c[a]}}}b.ui.addButton("FontAssist",{label:d.ToolTip,command:"fontAssistDialog…
H A Dplugin.js.unc11 // Create an editor command that stores the dialog initialization command.
12 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
29 // Create a toolbar button that executes the plugin command defined above.
35 // Reference to the plugin command name.
36 command: 'fontAssistDialog',
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1 …e.oinsertHtmlCodeObj.count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:"footnoteDialog",…
H A Dplugin.js.unc9 // Create an editor command that stores the dialog initialization command.
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
32 // Create a toolbar button that executes the plugin command defined above.
38 // Reference to the plugin command name.
39 command: 'footnoteDialog',
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js25 command: 'geshi',
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js61 command: 'same_header',
67 command: 'lower_header',
73 command: 'higher_header',
79 command: 'none_header',
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1command:d,toolbar:"insert,10"});c.on("doubleclick",function(e){var f=e.data.element;if(f.is("img")…
H A Dplugin.js.unc22 // Register the command.
28 command: pluginName,
44 command: 'image',
66 var command = editor.getCommand( 'justify' + value );
67 if ( command ) {
69 command.on( 'exec', function( evt ) {
88 command.on( 'refresh', function( evt ) {
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1command:"link"});b.ui.addButton("Unlink",{label:b.lang.unlink,command:"unlink"});b.ui.addButton("A…
H A Dplugin.js.unc18 command : 'link'
23 command : 'unlink'
28 command : 'anchor'
79 var command = editor.getCommand( 'unlink' ),
82 command.setState( CKEDITOR.TRISTATE_OFF );
84 command.setState( CKEDITOR.TRISTATE_DISABLED );
111 command : 'anchor',
119 command : 'removeAnchor',
127 command : 'link',
135 command : 'unlink',
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js7 …tionaryState");e.dialog=b;e.command="create";e.name=f;c.fire("scaytUserDictionaryAction",e)},funct…
9 …all(b,"dictionaryState");a.command="restore";a.name=f;c.fire("scaytUserDictionaryAction",a)},funct…
10 …tate.call(b,"initialState"),c.fire("scaytUserDictionaryAction",{dialog:b,command:"disconnect",name…
11command="remove";a.name=e;c.fire("scaytUserDictionaryAction",a)},function(a){a.dialog=b;a.command=…
12 a)},function(a){a.dialog=b;a.command="rename";a.name=h;c.fire("scaytUserDictionaryActionError",a)})…
14 …g=this;e&&(-1!==e.search(d)?c.fire("scaytUserDictionaryAction",{dialog:b,command:"wordWithBannedSy…
15command:"wordAlreadyAdded",name:e})):(this.disable(),a.addWordToUserDictionary(e,function(a){a.err…
17 …veChild(f,e);a.dialog=d;a.command="deleteWord";a.name=e;c.fire("scaytUserDictionaryAction",a)},fun…
18 …or.scayt,d;void 0===b.data.error?(d=e.getLocal("message_success_"+b.data.command+"Dic"),d=d.replac…
19 (d=e.getLocal("message_error_"+b.data.command+"Dic"),d=d.replace("%s",b.data.name),f.setText(d)),a.…
[all …]
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
18 // Define a function that will be fired when the command is executed.
34 // Define a function that will be fired when the command is executed.
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …>—";g.insertHtml(e)}});a.ui.addButton("Signature",{label:b.ToolTip,command:"insertSignature"…
H A Dplugin.js.unc16 // Define an editor command that inserts a timestamp.
25 // Define a function that will be fired when the command is executed.
45 // Create a toolbar button that executes the plugin command.
51 // Reference to the plugin command name.
52 command: 'insertSignature',
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1 …}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"smiley",toolbar:…
H A Dplugin.js.unc19 command: 'smiley',

12345678910>>...18