Searched refs:hideChild (Results 1 – 1 of 1) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 793 …s)):u.call(this))},this),e.on("focus",function(){this._.focused=!0;this.hideChild();this.allowBlur… 799 …n(a){if(this.visible&&(!this.onHide||!0!==this.onHide.call(this))){this.hideChild();CKEDITOR.env.g… 800 …g){if(this._.activeChild!=a||a._.panel._.offsetParentId!=c.getId())this.hideChild(),a.onHide=CKEDI… 801 …&setTimeout(function(){a.element.getChild(0).$.style.cssText+=""},100)},hideChild:function(a){var … method 832 this.editor.execCommand(a.command)},onEscape:function(a){var b=this.parent;b?b._.panel.hideChild(1)… 833 …s.id+String(a));setTimeout(function(){b.show(l,2)},0)}else this._.panel.hideChild(1)}},proto:{add:…
|