Searched refs:startDisabled (Results 1 – 7 of 7) sorted by relevance
| /plugin/ckgedit/ckeditor/plugins/link/ |
| D | plugin.js | 1 …);f.document.$.execCommand("unlink",false,null);e.selectBookmarks(d)},startDisabled:true};CKEDITOR…
|
| D | plugin.js.unc | 339 startDisabled : true
|
| /plugin/ckgdoku/ckeditor/plugins/link/ |
| D | plugin.js | 1 …);f.document.$.execCommand("unlink",false,null);e.selectBookmarks(d)},startDisabled:true};CKEDITOR…
|
| D | plugin.js.unc | 339 startDisabled : true
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 213 …r(this.context)||!this.checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable()… 272 …c(){var a=this.commands,b;for(b in a)f(this,a[b])}function f(a,b){b[b.startDisabled?"disable":a.re… 707 …out(d)});b.on("keyup",t)}function c(b){return{type:b,canUndo:"cut"==b,startDisabled:!0,fakeKeystro… 962 this.startDisabled=!this.isIndent},specificDefinition:function(a,b,e){this.name=b;this.editor=a;thi… 1007 …TE_OFF):this.setState(CKEDITOR.TRISTATE_DISABLED)},contextSensitive:1,startDisabled:1,requiredCont… 1089 …a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.addCommand("save",b).startDisabled=!a.element.$.f… 1219 …ec:function(){d.undo()&&(a.selectionChange(),this.fire("afterUndo"))},startDisabled:!0,canUndo:!1}… property 1220 (a.selectionChange(),this.fire("afterRedo"))},startDisabled:!0,canUndo:!1});a.setKeystroke([[g[0],"… property
|
| D | ckeditor.js.unc | 4350 this.startDisabled || this.enable(); 5731 …b[b.startDisabled ? "disable" : a.readOnly && !b.readOnly ? "disable" : b.modes[a.mode] ? "enable"… 14086 startDisabled: !0, 19049 this.startDisabled = !this.isIndent 19982 startDisabled: 1, 21562 …mentMode == CKEDITOR.ELEMENT_MODE_REPLACE && (a.addCommand("save", b).startDisabled = !a.element.$… 24207 startDisabled: !0, 24215 startDisabled: !0,
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 191 !this.checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable();this.modes&&!this… 245 …c(){var a=this.commands,b;for(b in a)e(this,a[b])}function e(a,b){b[b.startDisabled?"disable":a.re… 659 …out(e)});a.on("keyup",A)}function d(a){return{type:a,canUndo:"cut"==a,startDisabled:!0,fakeKeystro… 885 ….plugins.indent={genericDefinition:function(a){this.isIndent=!!a;this.startDisabled=!this.isIndent… 931 contextSensitive:1,startDisabled:1,requiredContent:"a[href]",editorFocus:1};CKEDITOR.removeAnchorCo… 1146 …do"))},startDisabled:!0,canUndo:!1}),t=c.addCommand("redo",{exec:function(){g.redo()&&(c.selection… property
|