Searched refs:_hideAfterTimeout (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 647 …("notificationShow",{notification:this})&&(this.area.add(this),this._hideAfterTimeout())},update:f… 649 this.duration=a.duration;this._hideAfterTimeout()},hide:function(){!1!==this.editor.fire("notificat… 651 …eProgress:function(){return Math.round(100*(this.progress||0))+"%"},_hideAfterTimeout:function(){v…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 672 …("notificationShow",{notification:this})&&(this.area.add(this),this._hideAfterTimeout())},update:f… 674 …his.isVisible()||this.area.add(this));this.duration=b.duration;this._hideAfterTimeout()},hide:func… 676 …eProgress:function(){return Math.round(100*(this.progress||0))+"%"},_hideAfterTimeout:function(){v… method in q
|
H A D | ckeditor.js.unc | 13427 }) && (this.area.add(this), this._hideAfterTimeout()) 13447 this._hideAfterTimeout() 13494 _hideAfterTimeout: function() {
|