Lines Matching refs:disabled

2817                         c && this.removeAttribute("aria-disabled");
2823 c && this.setAttribute("aria-disabled", !0);
2827 …"_disabled"), c && this.removeAttribute("aria-pressed"), c && this.removeAttribute("aria-disabled")
4537 if (a.disabled || a.customConfig && !c || !b) return !1;
4836 this.disabled = !1;
4857 …!0 === b ? this.disabled = !0 : (b || (this.customConfig = !1), this.allow(b, "config", 1), this.a…
4885 if (this.disabled) return !1;
4937 if (this.disabled || !a) return !0;
4942 this.disabled = !0
4951 if (!this.disabled && a) {
4966 if (this.disabled || !a) return !0;
4975 if (!this.disabled && a) {
5000 if (this.disabled) return !0;
5069 a.disabled = this.disabled;
5764disabled") || a.element.hasAttribute("readonly") : a.element.isReadOnly() : a.elementMode == CKEDI…
6115 disabled: 1,
10949 disabled: a.disabled || !1
11113 return this._.disabled ? !1 : this.fire("click", {
11118 this._.disabled = !1;
11123 this._.disabled = !0;
11130 return !this._.disabled
11474 return !b.getAttribute("disabled") && b.isVisible()
12401 b.disabled && (r.cke_disabled = 1);
12597 this.getInputElement().setAttribute("disabled", "true");
12602 this.getInputElement().removeAttribute("disabled");
13586 …ia-describedby\x3d"{id}_description" aria-haspopup\x3d"{hasArrow}" aria-disabled\x3d"{ariaDisabled…
13660 …state == CKEDITOR.TRISTATE_ON ? "on" : d.state == CKEDITOR.TRISTATE_DISABLED ? "disabled" : "off");
13684 ariaDisabled: "disabled" ==
13704 …= CKEDITOR.TRISTATE_DISABLED ? b.setAttribute("aria-disabled", !0) : b.removeAttribute("aria-disab…
15805 …ribedby\x3d"{id}_description" aria-haspopup\x3d"{hasPopup}" aria-disabled\x3d"{disabled}" {ariaChe…
15982 … f, c, l = g == CKEDITOR.TRISTATE_ON ? "on" : g == CKEDITOR.TRISTATE_DISABLED ? "disabled" : "off";
16000 disabled: g == CKEDITOR.TRISTATE_DISABLED,
16122 !0 === a.config.copyFormatting_allowRules && (this.filter.disabled = !0);
17989 …= CKEDITOR.TRISTATE_DISABLED ? b.setAttribute("aria-disabled", !0) : b.removeAttribute("aria-disab…
18682 CKEDITOR.env.ie && (d.hideFocus = !0, d.disabled = !0, d.removeAttribute("disabled"));