Searched defs:enable (Results 1 – 1 of 1) sorted by relevance
222 CKEDITOR.command.prototype={enable:function(){this.state==CKEDITOR.TRISTATE_DISABLED&&this.checkAll… method in CKEDITOR582 …n(){return this._.disabled?!1:this.fire("click",{dialog:this._.dialog})},enable:function(){this._.… method