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