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        xns : Roo.bootstrap,
53        '|xns' : 'Roo.bootstrap',
54        items  : [
55         {
56          xtype : 'Img',
57          cls : 'header-logo',
58          imgResponsive : true,
59          style : 'width: 300px;',
60          listeners : {
61           render : function (_self)
62            {
63                if(appLogo) {
64                    _self.el.dom.src = appLogo;
65                }
66            }
67          },
68          xns : Roo.bootstrap,
69          '|xns' : 'Roo.bootstrap'
70         }
71        ]
72       }
73      ]
74     }
75    ]
76   };  }
77 });