sync
[Pman.Admin] / Pman.Tab.AdminLogs.bjs
1 {
2  "name" : "Pman.Tab.AdminLogs",
3  "parent" : "Pman",
4  "title" : "Logs",
5  "path" : "/home/benny/gitlive/Pman.Admin/Pman.Tab.AdminLogs.bjs",
6  "permname" : "",
7  "modOrder" : "999",
8  "strings" : {
9   "b2d37ae1cedf42ff874289b721860af2" : "Logs"
10  },
11  "items" : [
12   {
13    "listeners" : {
14     "activate" : "function (_self)\n{\n    var cr = this.layout.getRegion('center');\n    if (cr) {\n        cr.showPanel(cr.activePanel);\n    }\n}"
15    },
16    "fitToFrame" : true,
17    "region" : "center",
18    "background" : true,
19    "title" : "Logs",
20    "xtype" : "NestedLayoutPanel",
21    "$ xns" : "Roo",
22    "items" : [
23     {
24      "xtype" : "BorderLayout",
25      "$ xns" : "Roo",
26      "* prop" : "layout",
27      "items" : [
28       {
29        "xtype" : "LayoutRegion",
30        "$ xns" : "Roo",
31        "tabPosition" : "top",
32        "titlebar" : false,
33        "* prop" : "center"
34       }
35      ]
36     }
37    ]
38   }
39  ]
40 }