Searched refs:addListBlock (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 715 …nction(a,c){return this._.panel.addBlock(a,c)},addListBlock:function(a,c){return this._.panel.addL… 833 …ntation" \x3e{label}\x3c/h1\x3e'),c=/\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){r… method in CKEDITOR.ui.panel 846 …Body(),k="cke_combopanel__"+this.name,d=new CKEDITOR.ui.floatPanel(a,f,c),c=d.addListBlock(this.id,
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 772 …)},this)},proto:{addBlock:function(a,b){return this._.panel.addBlock(a,b)},addListBlock:function(a, 773 b){return this._.panel.addListBlock(a,b)},getBlock:function(a){return this._.panel.getBlock(a)},sho… 897 …ntation" \x3e{label}\x3c/h1\x3e'),k=/\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){r… method in CKEDITOR.ui.panel 911 …="cke_combopanel__"+this.name,e=new CKEDITOR.ui.floatPanel(a,k,b),b=e.addListBlock(this.id,c),d=th…
|
H A D | ckeditor.js.unc | 15328 addListBlock: function(a, b) { 15329 return this._.panel.addListBlock(a, 17637 CKEDITOR.ui.panel.prototype.addListBlock = function(a, b) { 17919 b = e.addListBlock(this.id, c),
|