Uncommited changes synced
[Pman.Cms] / Pman.Tab.Cms.js
index 02d18bf..05692e3 100644 (file)
@@ -3,8 +3,8 @@
 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
 
 Pman.Tab.Cms = new Roo.XComponent({
-    part     :  ["Cms",""],
-    order    : '001-Pman.Tab.Cms',
+    part     :  ["Cms", "Cms" ],
+    order    : '100-Pman.Tab.Cms',
     region   : 'center',
     parent   : 'Pman',
     name     : "Pman.Tab.Cms",
@@ -15,20 +15,39 @@ Pman.Tab.Cms = new Roo.XComponent({
         var _this = this;
         var MODULE = this;
         return {
-            xtype: 'NestedLayoutPanel',
-            xns: Roo,
-            region : 'center',
-            title : "Content Manager",
             layout : {
-                xtype: 'BorderLayout',
-                xns: Roo,
                 center : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo,
+                    '|xns' : 'Roo',
+                    autoScroll : false,
+                    xtype : 'LayoutRegion',
                     tabPosition : 'top',
+                    xns : Roo,
                     titlebar : false
-                }
-            }
-        };
-    }
+                },
+                '|xns' : 'Roo',
+                xtype : 'BorderLayout',
+                xns : Roo,
+                items : [
+
+                ]
+
+            },
+            '|xns' : 'Roo',
+            region : 'center',
+            background : true,
+            fitToFrame : true,
+            title : "Content Manager",
+            xtype : 'NestedLayoutPanel',
+            xns : Roo,
+            listeners : {
+               activate : function (_self)
+                  {
+                      _self.layout.getRegion('center').showPanel(0);
+                  }
+            },
+            items : [
+
+            ]
+
+        };    }
 });