Preview.php
[Pman.Builder] / Pman.Tab.BuilderView.bjs
1 {
2     "id": "roo-file-201",
3     "name": "Pman.Tab.BuilderView",
4     "parent": "Pman.Tab.BuilderTab",
5     "title": "Pman.Tab.BuilderView",
6     "path": "/home/edward/gitlive/Pman.Builder/Pman.Tab.BuilderView.bjs",
7     "items": [
8         {
9             "listeners": {
10                 "activate": "function (_self)\n{\n    _this.panel = _self;\n    Pman.Builder.View.init(_this);\n}"
11             },
12             "region": "center",
13             "title": "View",
14             "xtype": "NestedLayoutPanel",
15             "|clearAll": "function(isAuto) {\n\n    Pman.Builder.View.clearAll(isAuto);\n}\n",
16             "|munge": "function(cfg, keyname) {\n     return Pman.Builder.View.munge(cfg,keyname);\n        \n        \n}\n",
17             "|redraw": "function(isAuto)\n    {\n      return Pman.Builder.View.redraw(isAuto);\n    }",
18             "|toJS": "function(n) {\n    return Pman.View.Builder.toJS(n);\n \n}\n",
19             "|xns": "Roo",
20             "items": [
21                 {
22                     "|xns": "Roo",
23                     "xtype": "BorderLayout",
24                     "*prop": "layout",
25                     "items": [
26                         {
27                             "*prop": "center",
28                             "alwaysShowTabs": false,
29                             "tabPosition": "top",
30                             "xtype": "LayoutRegion",
31                             "|xns": "Roo"
32                         },
33                         {
34                             "region": "center",
35                             "xtype": "ContentPanel",
36                             "|xns": "Roo"
37                         }
38                     ]
39                 }
40             ]
41         }
42     ],
43     "permname": "",
44     "modOrder": "001"
45 }