Pman.Dialog.CmsBlog.bjs
[Pman.Cms] / Pman.Tab.Cms.bjs
index f574c2a..84c9e95 100644 (file)
@@ -1,36 +1,38 @@
 {
-    "id": "roo-file-61",
-    "name": "Pman.Tab.Cms",
-    "parent": "Pman",
-    "title": "Pman.Tab.Cms",
-    "path": "/home/edward/gitlive/Pman.Cms/Pman.Tab.Cms.bjs",
-    "items": [
+    "name" : "Pman.Tab.Cms",
+    "parent" : "Pman",
+    "title" : "Pman.Tab.Cms",
+    "path" : "/home/edward/gitlive/Pman.Cms/Pman.Tab.Cms.bjs",
+    "permname" : "",
+    "modOrder" : "100",
+    "items" : [
         {
-            "region": "center",
-            "title": "Content Manager",
-            "xtype": "NestedLayoutPanel",
-            "|xns": "Roo",
-            "items": [
+            "listeners" : {
+                "activate" : "function (_self)\n{\n    _self.layout.getRegion('center').showPanel(0);\n}"
+            },
+            "region" : "center",
+            "background" : true,
+            "fitToFrame" : true,
+            "title" : "Content Manager",
+            "xtype" : "NestedLayoutPanel",
+            "$ xns" : "Roo",
+            "items" : [
                 {
-                    "*prop": "layout",
-                    "xtype": "BorderLayout",
-                    "listeners": {},
-                    "|xns": "Roo",
-                    "items": [
+                    "xtype" : "BorderLayout",
+                    "$ xns" : "Roo",
+                    "* prop" : "layout",
+                    "items" : [
                         {
-                            "xtype": "LayoutRegion",
-                            "*prop": "center",
-                            "titlebar": false,
-                            "listeners": {},
-                            "tabPosition": "top",
-                            "autoScroll": false,
-                            "|xns": "Roo"
+                            "autoScroll" : false,
+                            "xtype" : "LayoutRegion",
+                            "tabPosition" : "top",
+                            "$ xns" : "Roo",
+                            "titlebar" : false,
+                            "* prop" : "center"
                         }
                     ]
                 }
             ]
         }
-    ],
-    "permname": "",
-    "modOrder": "001"
+    ]
 }
\ No newline at end of file