Lines Matching refs:getCommand

5644                 c = d && d.command && this.editor.getCommand(d.command),

5971 var c = this.getCommand(a),
5980 getCommand: function(a) {
6071 if (a = "string" === typeof a ? this.getCommand(a) : a) {
13008 !c.readOnly && c.getCommand(b).setState(a)
13126 c.getStyle("direction") || c.getAttribute("dir"), a.getCommand("bidirtl").setState("rtl" == b ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF), a.getCommand("bidiltr").setState("ltr" == b ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF));
13247 var a = g.getCommand("blockquote").state,
13658 }, this), a.on("activeFilterChange", c, this), a.on("mode", c, this), !this.readOnly && a.on("readOnly", c, this)) : d && (d = a.getCommand(d)) && (d.on("state", function() {
13712 this.allowedContent || this.requiredContent || !this.command || (b = a.getCommand(this.command) || b);
14282 a.getCommand("cut").setState(q("cut"));
14283 a.getCommand("copy").setState(q("copy"));
14284 a.getCommand("paste").setState(b);
15843 !f || f.command && !this.editor.getCommand(f.command).state || (f.state = k[e], this.add(f))
15991 this.command && (f = e.getCommand(this.command), (f = e.getCommandKeystroke(f)) && (c = CKEDITOR.tools.keystrokeToString(e.lang.common.keyboard, f)));
16154 var e = a.getCommand("copyFormatting");
16168 var e = a.getCommand("copyFormatting");
16237 var d = a.getCommand("copyFormatting"),
18968 var d = b.getCommand("justify" + a);
19064 var e = a.getCommand(b.relatedGlobal),
19506 var b = this.command ? c.getCommand(this.command).modes : this.modes;
21184 var b = a.getCommand("maximize");
21348 a.getCommand("pastetext").setState(b.data)
21693 a.getCommand("showborders").state == CKEDITOR.TRISTATE_ON && d.is("table") && (!d.hasAttribute("border") ||
21786 a.getCommand("source").setState("source" == a.mode ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF)
21828 c.getCommand("source").setState(CKEDITOR.TRISTATE_DISABLED);