Searched refs:listeners (Results 1 – 2 of 2) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 386 …listeners&&(this._.listeners=[]);var b=Array.prototype.slice.call(arguments,1),b=a.on.apply(a,b);t… 830 …};this.id=CKEDITOR.tools.getNextId();this.editor=a;this.items=[];this._.listeners=[];this._.level=… 831 …lection(),b=a&&a.getStartElement(),f=this.editor.elementPath(),c=this._.listeners;this.removeAll()… 837 …this.id,a,b,f,c);l.fire("menuShow",[g])},addListener:function(a){this._.listeners.push(a)},hide:fu… 915 …es:a.attributes};a.toolbarRelated=!0;this._={panelDefinition:a,items:{},listeners:[]}},proto:{rend… property 916 …panel.showBlock(k.id,new CKEDITOR.dom.element(b),4)}},clickFn:l};this._.listeners.push(a.on("activ… 917 …,this));this._.listeners.push(a.on("mode",d,this));this._.listeners.push(a.on("selectionChange",d,… 922 …function(){CKEDITOR.tools.array.forEach(this._.listeners,function(a){a.removeListener()});this._.l…
|
H A D | CHANGES.md | 20 …R.html#method-domReady) method connected with not removing `load` event listeners. Thanks to [rohi… 1311 * [#12332](https://dev.ckeditor.com/ticket/12332): Fixed: Lowered DOM events listeners' priorities … 1323 * [#111739](https://dev.ckeditor.com/ticket/11739): Fixed: `keypress` listeners should not be used … 1535 …R_dom_domObject.html#method-removeAllListeners) method does not remove custom listeners completely. 1923 …ements](https://ckeditor.com/cke4/addon/forms) plugin adds context menu listeners only on supporte…
|