Searched refs:showBlock (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 700 …!=CKEDITOR.TRISTATE_DISABLED&&(this.createPanel(a),b.on?b.panel.hide():b.panel.showBlock(this._.id, 709 b);this._.currentBlock||this.showBlock(a);return b},getBlock:function(a){return this._.blocks[a]},s… method in CKEDITOR.ui.panel 716 showBlock:function(a,c,e,f,k,d){var h=this._.panel,m=h.showBlock(a);this._.showBlockParams=[].slice… 723 …showBlockParams;this.visible&&this._.showBlockParams&&(this.hide(),this.showBlock.apply(this,a))},… 725 …d||this.hide()},0,this)},this),this._.activeChild=a,this._.focused=!1,a.showBlock(c,e,f,k,d),this.… 773 …,this);this.parent?this.parent._.panel.showAsChild(n,this.id,b,c,d,e):n.showBlock(this.id,b,c,d,e)… 845 …commit();var e=h.getValue();e?d.list.mark(e):d.list.unmarkAll();d.panel.showBlock(h.id,new CKEDITO…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 757 …TOR.TRISTATE_DISABLED&&(this.createPanel(c),a.on?a.panel.hide():a.panel.showBlock(this._.id,this.d… 765 …ement(),b);this._.currentBlock||this.showBlock(a);return b},getBlock:function(a){return this._.blo… method in CKEDITOR.ui.panel 773 …unction(a){return this._.panel.getBlock(a)},showBlock:function(a,b,c,m,h,g){var n=this._.panel,k=n… 780 …showBlockParams;this.visible&&this._.showBlockParams&&(this.hide(),this.showBlock.apply(this,a))},… 782 …d||this.hide()},0,this)},this),this._.activeChild=a,this._.focused=!1,a.showBlock(b,c,f,h,g),this.… 807 …,this);this.parent?this.parent._.panel.showAsChild(e,this.id,a,b,d,m):e.showBlock(this.id,a,b,d,m)… 909 …commit();var f=d.getValue();f?c.list.mark(f):c.list.unmarkAll();c.panel.showBlock(d.id,new CKEDITO…
|
H A D | ckeditor.js.unc | 15021 …STATE_DISABLED && (this.createPanel(c), a.on ? a.panel.hide() : a.panel.showBlock(this._.id, this.… 15177 this._.currentBlock || this.showBlock(a); 15183 showBlock: function(a) { 15335 showBlock: function(a, b, c, m, h, g) { 15337 k = n.showBlock(a); 15447 … this.visible && this._.showBlockParams && (this.hide(), this.showBlock.apply(this, a)) 15484 …}, this), this._.activeChild = a, this._.focused = !1, a.showBlock(b, c, f, h, g), this.blur(), (C… 15945 …is.parent ? this.parent._.panel.showAsChild(e, this.id, a, b, d, m) : e.showBlock(this.id, a, b, d… 17867 c.panel.showBlock(d.id, new CKEDITOR.dom.element(b), 4)
|