DataObjects/Builder_tables.php
[Pman.Builder] / Pman.Tab.BuilderView.bjs
index e10e12b..1b8f2e3 100644 (file)
@@ -1,17 +1,43 @@
 {
-    "id": "roo-file-166",
+    "id": "roo-file-201",
     "name": "Pman.Tab.BuilderView",
     "parent": "Pman.Tab.BuilderTab",
     "title": "Pman.Tab.BuilderView",
-    "path": "/home/alan/gitlive/Pman.Builder/Pman.Tab.BuilderView.bjs",
+    "path": "/home/edward/gitlive/Pman.Builder/Pman.Tab.BuilderView.bjs",
     "items": [
         {
             "listeners": {
-                "activate": "function (_self)\n{\n    _this.panel = _self;\n}"
+                "activate": "function (_self)\n{\n    _this.panel = _self;\n    Pman.Builder.View.init(_this);\n}"
             },
-            "xtype": "ContentPanel",
+            "region": "center",
+            "title": "View",
+            "xtype": "NestedLayoutPanel",
+            "|clearAll": "function(isAuto) {\n\n    Pman.Builder.View.clearAll(isAuto);\n}\n",
+            "|munge": "function(cfg, keyname) {\n     return Pman.Builder.View.munge(cfg,keyname);\n        \n        \n}\n",
+            "|redraw": "function(isAuto)\n    {\n      return Pman.Builder.View.redraw(isAuto);\n    }",
+            "|toJS": "function(n) {\n    return Pman.View.Builder.toJS(n);\n \n}\n",
             "|xns": "Roo",
-            "title": ""
+            "items": [
+                {
+                    "|xns": "Roo",
+                    "xtype": "BorderLayout",
+                    "*prop": "layout",
+                    "items": [
+                        {
+                            "*prop": "center",
+                            "alwaysShowTabs": false,
+                            "tabPosition": "top",
+                            "xtype": "LayoutRegion",
+                            "|xns": "Roo"
+                        },
+                        {
+                            "region": "center",
+                            "xtype": "ContentPanel",
+                            "|xns": "Roo"
+                        }
+                    ]
+                }
+            ]
         }
     ],
     "permname": "",