DataObjects/builder.sql
[Pman.Builder] / Pman.Tab.BuilderView.bjs
index 457741c..1b8f2e3 100644 (file)
@@ -1,19 +1,43 @@
 {
-    "id": "roo-file-40",
+    "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}"
             },
             "region": "center",
             "title": "View",
-            "xtype": "ContentPanel",
-            "|": "function(isAuto) {\n//        this.renderObj = { isBuilder : true };\n\n        \n        if (this.panelroot) {\n            this.scroll = this.panelroot.el.getScroll();\n            this.layout.remove('center', this.panelroot);\n            this.panelroot = false;\n        }\n        if (this.dialogroot) {\n            this.dialogroot.remove();\n            this.dialogroot = false;\n        }\n}\n",
-            "|xns": "Roo"
+            "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": "",