Pman.Tab.bjs
[Pman.BAdmin] / Pman.Tab.bjs
1 {
2  "name" : "Pman.Tab",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/khlau/gitlive/Pman.BAdmin/Pman.Tab.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "items" : [
9   {
10    "xtype" : "Border",
11    "$ el" : "document.body",
12    "$ xns" : "Roo.bootstrap.layout",
13    "bool is_root" : true,
14    "items" : [
15     {
16      "String tabPosition" : "top",
17      "xtype" : "Region",
18      "$ xns" : "Roo.bootstrap.layout",
19      "Boolean alwaysShowTabs" : true,
20      "* prop" : "center"
21     },
22     {
23      "xtype" : "Region",
24      "Boolean hideTabs" : true,
25      "Number height" : 100,
26      "$ xns" : "Roo.bootstrap.layout",
27      "* prop" : "north"
28     },
29     {
30      "Boolean fitContainer" : true,
31      "xtype" : "Content",
32      "$ xns" : "Roo.bootstrap.panel",
33      "String region" : "north",
34      "items" : [
35       {
36        "xtype" : "Form",
37        "$ xns" : "Roo.bootstrap",
38        "items" : [
39         {
40          "listeners" : {
41           "render" : "function (_self)\n{\n    if(appLogo) {\n        _self.el.dom.src = appLogo;\n    }\n}"
42          },
43          "Boolean imgResponsive" : true,
44          "String cls" : "header-logo",
45          "$ src" : "",
46          "xtype" : "Img",
47          "$ xns" : "Roo.bootstrap",
48          "String style" : "width: 300px;"
49         }
50        ]
51       }
52      ]
53     }
54    ]
55   }
56  ]
57 }