Home
last modified time | relevance | path

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

12

/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc13 editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley', {
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …ssist",{init:function(b){b.addCommand("fontAssistDialog",new CKEDITOR.dialogCommand("fontAssistDia…
H A Dplugin.js.unc13 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
14 editor.addCommand( 'fontAssistDialog', new CKEDITOR.dialogCommand( 'fontAssistDialog' ) );
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …ssist",{init:function(b){b.addCommand("fontAssistDialog",new CKEDITOR.dialogCommand("fontAssistDia…
H A Dplugin.js.unc13 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
14 editor.addCommand( 'fontAssistDialog', new CKEDITOR.dialogCommand( 'fontAssistDialog' ) );
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js595 …Element("hbox",a);CKEDITOR.dialog.addUIElement("vbox",a)})();CKEDITOR.dialogCommand=function(a,b){…
596 CKEDITOR.tools.extend(this,b,!0)};CKEDITOR.dialogCommand.prototype={exec:function(a){a.openDialog(t…
603 …res:"dialog",init:function(a){var f=a.addCommand("about",new CKEDITOR.dialogCommand("about"));f.mo…
785dialogCommand("creatediv",{allowedContent:b,requiredContent:"div",contextSensitive:!0,contentTrans…
817 new CKEDITOR.dialogCommand("replace")).canUndo=!1;a.ui.addButton&&(a.ui.addButton("Find",{label:a.l…
863 …ntent:l[d]};"form"==d&&(k.context="form");a.addCommand(d,new CKEDITOR.dialogCommand(d,k));a.ui.add…
877 …me",this.path+"dialogs/iframe.js");a.addCommand("iframe",new CKEDITOR.dialogCommand("iframe",{allo…
879 …t,dir,id,lang,longdesc,!src,title]{*}(*)");b.addCommand("image",new CKEDITOR.dialogCommand("image",
914 …b=b.replace("]",",target,onclick]"));a.addCommand("link",new CKEDITOR.dialogCommand("link",{allowe…
957dialogCommand("numberedListStyle",{requiredContent:"ol",allowedContent:"ol{list-style-type}[start]…
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js643 …t("vbox",a)})();CKEDITOR.dialogCommand=function(a,b){this.dialogName=a;CKEDITOR.tools.extend(this,… class in CKEDITOR
839 CKEDITOR.TRISTATE_DISABLED)}}));a.addCommand("editdiv",new CKEDITOR.dialogCommand("editdiv",{requir…
883 …var b=a.addCommand("find",new CKEDITOR.dialogCommand("find")),c=a.addCommand("replace",new CKEDITO…
889 …ject[id]{*}; embed[bgcolor]{*}(*)");a.addCommand("flash",new CKEDITOR.dialogCommand("flash",{allow…
923 …ntent:m[c]};"form"==c&&(h.context="form");b.addCommand(c,new CKEDITOR.dialogCommand(c,h));b.ui.add…
939 …me",this.path+"dialogs/iframe.js");a.addCommand("iframe",new CKEDITOR.dialogCommand("iframe",{allo…
957 …d,lang,longdesc,!src,title]{*}(*)");b.addCommand("image",new CKEDITOR.dialogCommand("image",{allow…
991 …ink",new CKEDITOR.dialogCommand("link",{allowedContent:b,requiredContent:"a[href]"}));c.addCommand…
1034dialogCommand("numberedListStyle",{requiredContent:"ol",allowedContent:"ol{list-style-type}[start]…
1165 …es.cellspacing=0)}}}]]}));a.addCommand("tableProperties",new CKEDITOR.dialogCommand("tableProperti…
[all …]
H A Dckeditor.js.unc12638 CKEDITOR.dialogCommand = function(a, b) {
12642 CKEDITOR.dialogCommand.prototype = {
15710 var d = new CKEDITOR.dialogCommand("colordialog");
17336 var b = a.addCommand("find", new CKEDITOR.dialogCommand("find")),
17471 a.addCommand("flash", new CKEDITOR.dialogCommand("flash", {
18210 a.addCommand(c, new CKEDITOR.dialogCommand(c, h));
19345 a.addCommand("smiley", new CKEDITOR.dialogCommand("smiley", {
19666 c.addCommand("link", new CKEDITOR.dialogCommand("link", {
20388 b = new CKEDITOR.dialogCommand("numberedListStyle", {
20398 b = new CKEDITOR.dialogCommand("bulletedListStyle", {
[all …]
H A DCHANGES.md371 … default when creating [`CKEDITOR.dialogCommand`](https://ckeditor.com/docs/ckeditor4/latest/api/C…

12