DataObjects/builder.sql
[Pman.Builder] / Pman.Tab.BuilderView.bjs
index d518e99..1b8f2e3 100644 (file)
@@ -1,10 +1,45 @@
 {
-    "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",
-    "items": [],
+    "path": "/home/edward/gitlive/Pman.Builder/Pman.Tab.BuilderView.bjs",
+    "items": [
+        {
+            "listeners": {
+                "activate": "function (_self)\n{\n    _this.panel = _self;\n    Pman.Builder.View.init(_this);\n}"
+            },
+            "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",
+            "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": "",
     "modOrder": "001"
 }
\ No newline at end of file