Searched refs:checkActive (Results 1 – 3 of 3) sorted by relevance
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 507 …l;return this.removeFromRange(a)},applyToObject:function(a){w(a,this)},checkActive:function(a,b){s… 514 …onChange",function(a){for(var d=0;d<b.length;d++){var g=b[d],k=g.style.checkActive(a.data.path,thi… 930 …checkActive(e,a)||a.applyStyle(b);setTimeout(function(){a.fire("saveSnapshot")},0)},onRender:funct… 985 …tSensitive:!0,exec:function(a,b){var c=e["language_"+b];if(c)a[c.style.checkActive(a.elementPath()… 1155 …();if(a.group&&a.removeStylesFromSameGroup(c))c.applyStyle(a);else c[a.checkActive(b,c)?"removeSty… 1156 …_.type;d.checkApplicable(a,c,c.activeFilter)?b[e]++:this.hideItem(h);d.checkActive(a,c)&&this.mark… 1299 …0;n<b.length;n++)b[n]!==this&&b[n].checkActive(c,a)&&(a.widgets.focused.removeStyle(b[n]),g=!0)}re… method
|
| D | ckeditor.js.unc | 10141 checkActive: function(a, b) { 10283 … k = h.style.checkActive(a.data.path, this) ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF; 18409 b.checkActive(e, a) || a.applyStyle(b); 18420 if (d[c].checkActive(b, a)) { 19551 … if (c) a[c.style.checkActive(a.elementPath(), a) ? "removeStyle" : "applyStyle"](c.style) 22762 else c[a.checkActive(b, c) ? "removeStyle" : "applyStyle"](a); 22792 d.checkActive(a, c) && this.mark(h) 25877 …for (var m = 0; m < b.length; m++) b[m] !== this && b[m].checkActive(f, a) && (a.widgets.focused.r… 25881 checkActive: function(a, b) {
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 467 …l;return this.removeFromRange(a)},applyToObject:function(a){x(a,this)},checkActive:function(a,b){s… 474 function(a){for(var e=0;e<b.length;e++){var f=b[e],k=f.style.checkActive(a.data.path,this)?CKEDITOR… 859 …checkActive(c,a)?"removeStyle":"applyStyle"](b);setTimeout(function(){a.fire("saveSnapshot")},0)},… 908 …tSensitive:!0,exec:function(a,b){var c=e["language_"+b];if(c)a[c.style.checkActive(a.elementPath(), 1085 …();if(b.group&&b.removeStylesFromSameGroup(a))a.applyStyle(b);else a[b.checkActive(d,a)?"removeSty… 1086 …_.type;l.checkApplicable(e,a,a.activeFilter)?d[g]++:this.hideItem(f);l.checkActive(e,a)&&this.mark…
|