builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 6 May 2010 09:39:56 +0000 (17:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 6 May 2010 09:39:56 +0000 (17:39 +0800)
builder.html.js

index 38018a9..9123818 100644 (file)
@@ -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));