Searched refs:getHolderElement (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 706 e){this.getHolderElement=function(){var a=this._.holder;if(!a){if(this.isFramed){var a=this.documen… method in CKEDITOR.ui.panel.render 708 …ocks[a]=b instanceof CKEDITOR.ui.panel.block?b:new CKEDITOR.ui.panel.block(this.getHolderElement(), 770 …===this._.onEscape(a))return!1},this);n.onShow=function(){n._.panel.getHolderElement().getParent()… 833 …function(a,b){return this.addBlock(a,new CKEDITOR.ui.listBlock(this.getHolderElement(),b))};CKEDIT…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 762 …nv:CKEDITOR.env.cssClass,"z-index":a.config.baseFloatZIndex+1};this.getHolderElement=function(){va… method in CKEDITOR.ui.panel.render 765 …stanceof CKEDITOR.ui.panel.block?b:new CKEDITOR.ui.panel.block(this.getHolderElement(),b);this._.c… 804 …===this._.onEscape(a))return!1},this);e.onShow=function(){e._.panel.getHolderElement().getParent()… 897 …function(a,b){return this.addBlock(a,new CKEDITOR.ui.listBlock(this.getHolderElement(),b))};CKEDIT…
|
H A D | ckeditor.js.unc | 15119 this.getHolderElement = function() { 15175 …] = b instanceof CKEDITOR.ui.panel.block ? b : new CKEDITOR.ui.panel.block(this.getHolderElement(), 15901 … e._.panel.getHolderElement().getParent().addClass("cke").addClass("cke_reset_all") 17638 return this.addBlock(a, new CKEDITOR.ui.listBlock(this.getHolderElement(), b))
|