Pman.Tab.CmsProduct.js
[Pman.Cms] / Pman.Tab.Cms.bjs
1 {
2     "id": "roo-file-87",
3     "name": "Pman.Tab.Cms",
4     "parent": "Pman",
5     "title": "CMS Tab",
6     "path": "/home/alan/gitlive/Pman.Cms/Pman.Tab.Cms.bjs",
7     "items": [
8         {
9             "listeners": {
10                 "activate": "function (_self)\n{\n    _self.layout.getRegion('center').showPanel(0);\n}"
11             },
12             "background": true,
13             "fitToFrame": true,
14             "region": "center",
15             "title": "Content Manager",
16             "xtype": "NestedLayoutPanel",
17             "|xns": "Roo",
18             "items": [
19                 {
20                     "*prop": "layout",
21                     "xtype": "BorderLayout",
22                     "listeners": {},
23                     "|xns": "Roo",
24                     "items": [
25                         {
26                             "xtype": "LayoutRegion",
27                             "*prop": "center",
28                             "titlebar": false,
29                             "listeners": {},
30                             "tabPosition": "top",
31                             "autoScroll": false,
32                             "|xns": "Roo"
33                         }
34                     ]
35                 }
36             ]
37         }
38     ]
39 }