From: Alan Knowles Date: Thu, 6 May 2010 09:39:56 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=3d80ac7e0a341eac5e7982846ffb66b462e2069a builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 38018a945..912381896 100644 --- a/builder.html.js +++ b/builder.html.js @@ -87,15 +87,25 @@ Builder = { // otherwise we are creating a layout area on the document.. - - return + // handles // contentpanel, nestedlayoutpanel, contentpanel.. etc. // force center region.. cfg.region = 'center'; cfg.background = false; - - this.layoutbase = new Roo[cfg.xtype](Roo.get( document.body), cfg); + this.layoutbase = new Ext.BorderLayout(document.body, { + + center: { + titlebar: false, + autoScroll:false, + closeOnTab: true, + tabPosition: 'top', + //resizeTabs: true, + alwaysShowTabs: true, + minTabWidth: 140 + } + }); + this.layoutbase.add( new Roo[cfg.xtype](Roo.get( document.body), cfg));