X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_layout_East.js.html;h=52992cab10a33efc6c7aaca8c4a54796ae425744;hp=66b881ec7ea3c01cdc70435491bf6883702f9bf4;hb=ade0163e06142faa1968a52568612dc4d2525bc2;hpb=f0c24857d3fade101dcf96c446de04d079f43b05 diff --git a/docs/src/Roo_bootstrap_layout_East.js.html b/docs/src/Roo_bootstrap_layout_East.js.html index 66b881ec7e..52992cab10 100644 --- a/docs/src/Roo_bootstrap_layout_East.js.html +++ b/docs/src/Roo_bootstrap_layout_East.js.html @@ -8,13 +8,21 @@ this.split.orientation = Roo.bootstrap.SplitBar.HORIZONTAL; this.split.el.addClass("roo-layout-split-h"); } - var size = config.initialSize || config.width; - if(typeof size != "undefined"){ - this.el.setWidth(size); - } + }; Roo.extend(Roo.bootstrap.layout.East, Roo.bootstrap.layout.Split, { orientation: Roo.bootstrap.SplitBar.HORIZONTAL, + + onRender : function(ctr, pos) + { + Roo.bootstrap.layout.Split.prototype.onRender.call(this, ctr, pos); + var size = this.config.initialSize || this.config.width; + if(this.el && typeof size != "undefined"){ + this.el.setWidth(size); + } + + }, + getBox : function(){ if(this.collapsed){ return this.collapsedEl.getBox();