Searched refs:checkAllowed (Results 1 – 3 of 3) sorted by relevance
190 …his.exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return!1;this…191 …checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable();this.modes&&!this.mode… method in AnonymousFunctione4ea003816400192 …checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.prev…
213 …checkAllowed())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 AnonymousFunctiona9e2af6b18300215 …checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.prev…
4343 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;