Searched refs:_getClass (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 648 l&&(b.removeClass(this._getClass()),b.removeAttribute("aria-label"),this.type=l,b.addClass(this._ge… 649 …DITOR.dom.element("div");f.addClass("cke_notification");f.addClass(this._getClass());f.setAttribut… 650 …append(b);b.on("click",function(){a.editor.focus();a.hide()});return f},_getClass:function(){retur…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 673 …"progress");f&&(c.removeClass(this._getClass()),c.removeAttribute("aria-label"),this.type=f,c.addC… 675 a.addClass(this._getClass());a.setAttributes({id:this.id,role:"alert","aria-label":this.type});"pro… 676 function(){b.editor.focus();b.hide()});return a},_getClass:function(){return"progress"==this.type?"… method in q
|
H A D | ckeditor.js.unc | 13441 …f && (c.removeClass(this._getClass()), c.removeAttribute("aria-label"), this.type = f, c.addClass(… 13462 a.addClass(this._getClass()); 13482 _getClass: function() {
|