X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_layout_North.js.html;h=6395f36d013b46a5d5df625de0a4e0e25bd23ada;hb=ade0163e06142faa1968a52568612dc4d2525bc2;hp=9fb4791d2ba753743e2e45197532cc8d617d7640;hpb=9ff8ded6bbbd258ecd646184ba26020874e2c085;p=roojs1 diff --git a/docs/src/Roo_bootstrap_layout_North.js.html b/docs/src/Roo_bootstrap_layout_North.js.html index 9fb4791d2b..6395f36d01 100644 --- a/docs/src/Roo_bootstrap_layout_North.js.html +++ b/docs/src/Roo_bootstrap_layout_North.js.html @@ -1,4 +1,4 @@ -/home/alan/gitlive/roojs1/Roo/bootstrap/layout/North.js +Roo/bootstrap/layout/North.js @@ -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){