Home
last modified time | relevance | path

Searched refs:checkAllowed (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js190 …his.exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return!1;this…
191checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable();this.modes&&!this.mode… method in AnonymousFunctione4ea003816400
192checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.prev…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js213checkAllowed())return!1;this.editorFocus&&a.focus();return!1===this.fire("exec")?!0:!1!==d.exec.ca…
214 {editor:a,path:b})?!0:d.refresh&&!1!==d.refresh.apply(this,arguments)};var b;this.checkAllowed=func… method in AnonymousFunctiona9e2af6b18300
215checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.prev…
H A Dckeditor.js.unc4343 if (this.state == CKEDITOR.TRISTATE_DISABLED || !this.checkAllowed()) return !1;
4349 …if (this.context && !b.isContextFor(this.context) || !this.checkAllowed(!0)) return this.disable()…
4358 this.checkAllowed = function(c) {
4373 …this.state == CKEDITOR.TRISTATE_DISABLED && this.checkAllowed() && this.setState(this.preserveStat…
4379 … if (this.state == a || a != CKEDITOR.TRISTATE_DISABLED && !this.checkAllowed()) return !1;