Pman.Tab.bjs
[Pman.BAdmin] / Pman.Tab.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Roo.namespace('Pman');
6
7 Pman.Tab = new Roo.XComponent({
8
9
10
11   part     :  ["BAdmin", "Tab" ],
12   order    : '001-Pman.Tab',
13   region   : 'center',
14   parent   : false,
15   name     : "unnamed module",
16   disabled : false, 
17   permname : '', 
18   _tree : function(_data)
19   {
20    var _this = this;
21    var MODULE = this;
22    return {
23    xtype : 'Border',
24    el : document.body,
25    is_root : true,
26    xns : Roo.bootstrap.layout,
27    '|xns' : 'Roo.bootstrap.layout',
28    center : {
29     xtype : 'Region',
30     alwaysShowTabs : true,
31     tabPosition : 'top',
32     xns : Roo.bootstrap.layout,
33     '|xns' : 'Roo.bootstrap.layout'
34    },
35    north : {
36     xtype : 'Region',
37     height : 50,
38     hideTabs : true,
39     xns : Roo.bootstrap.layout,
40     '|xns' : 'Roo.bootstrap.layout'
41    },
42    items  : [
43     {
44      xtype : 'Content',
45      fitContainer : true,
46      region : 'north',
47      xns : Roo.bootstrap.panel,
48      '|xns' : 'Roo.bootstrap.panel',
49      items  : [
50       {
51        xtype : 'Form',
52        style : 'margin:15px;',
53        xns : Roo.bootstrap,
54        '|xns' : 'Roo.bootstrap',
55        items  : [
56         {
57          xtype : 'Img',
58          cls : 'header-logo',
59          imgResponsive : true,
60          style : 'width: 300px;',
61          listeners : {
62           render : function (_self)
63            {
64                if(appLogo) {
65                    _self.el.dom.src = appLogo;
66                }
67            }
68          },
69          xns : Roo.bootstrap,
70          '|xns' : 'Roo.bootstrap'
71         }
72        ]
73       }
74      ]
75     }
76    ]
77   };  }
78 });