X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_layout_North.js.html;h=6395f36d013b46a5d5df625de0a4e0e25bd23ada;hb=ade0163e06142faa1968a52568612dc4d2525bc2;hp=0825b1ffd2abb1f207d41fdeaa9668787d680754;hpb=77b718c2e076743bcbc2d99cee1594caa96095bb;p=roojs1 diff --git a/docs/src/Roo_bootstrap_layout_North.js.html b/docs/src/Roo_bootstrap_layout_North.js.html index 0825b1ffd2..6395f36d01 100644 --- a/docs/src/Roo_bootstrap_layout_North.js.html +++ b/docs/src/Roo_bootstrap_layout_North.js.html @@ -16,16 +16,25 @@ this.split.orientation = Roo.bootstrap.SplitBar.VERTICAL; this.split.el.addClass("roo-layout-split-v"); } - var size = config.initialSize || config.height; - if(typeof size != "undefined"){ - this.el.setHeight(size); - } -}; + //var size = config.initialSize || config.height; + //if(this.el && typeof size != "undefined"){ + // this.el.setHeight(size); + //} +}; Roo.extend(Roo.bootstrap.layout.North, Roo.bootstrap.layout.Split, { orientation: Roo.bootstrap.SplitBar.VERTICAL, + onRender : function(ctr, pos) + { + Roo.bootstrap.layout.Split.prototype.onRender.call(this, ctr, pos); + var size = this.config.initialSize || this.config.height; + if(this.el && typeof size != "undefined"){ + this.el.setHeight(size); + } + + }, getBox : function(){ if(this.collapsed){