Pman.Tab.AdminContactsManager.bjs
[Pman.Admin] / Pman.Tab.AdminContactsManager.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Pman.Tab.AdminContactsManager = new Roo.XComponent({
6     part     :  ["Admin","ContactsManager"],
7     order    : '060-Pman.Tab.AdminContactsManager',
8     region   : 'center',
9     parent   : 'Pman.Tab.Admin',
10     name     : "Pman.Tab.AdminContactsManager",
11     disabled : false, 
12     permname : 'Core.Person', 
13     _tree : function()
14     {
15         var _this = this;
16         var MODULE = this;
17         return {
18             xtype: 'NestedLayoutPanel',
19             xns: Roo,
20             background : true,
21             region : 'center',
22             title : (function() {
23                 return _this.title || "Contacts Manager";
24             })(),
25             layout : {
26                 xtype: 'BorderLayout',
27                 xns: Roo,
28                 west : {
29                     xtype: 'LayoutRegion',
30                     xns: Roo,
31                     split : true,
32                     tabPosition : 'top',
33                     width : 250
34                 },
35                 center : {
36                     xtype: 'LayoutRegion',
37                     xns: Roo,
38                     tabPosition : 'top'
39                 }
40             }
41         };
42     }
43 });