sync
[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 Roo.namespace('Pman.Tab');
6
7 Pman.Tab.AdminContactsManager = new Roo.XComponent({
8
9  _strings : {
10   '24638ac4ae95a8101b5b6e9d3b034d3a' :"(function() {\n    return _this.title || \"Contacts Manager\";\n})()"
11  },
12
13   part     :  ["Admin", "ContactsManager" ],
14   order    : '060-Pman.Tab.AdminContactsManager',
15   region   : 'center',
16   parent   : 'Pman.Tab.Admin',
17   name     : "Pman.Tab.AdminContactsManager",
18   disabled : false, 
19   permname : 'Core.Person', 
20   _tree : function(_data)
21   {
22    var _this = this;
23    var MODULE = this;
24    return {
25    xtype : 'NestedLayoutPanel',
26    background : true,
27    region : 'center',
28    title : (function() {
29        return _this.title || "Contacts Manager";
30    })(),
31    xns : Roo,
32    '|xns' : 'Roo',
33    layout : {
34     xtype : 'BorderLayout',
35     xns : Roo,
36     '|xns' : 'Roo',
37     center : {
38      xtype : 'LayoutRegion',
39      tabPosition : 'top',
40      xns : Roo,
41      '|xns' : 'Roo'
42     },
43     west : {
44      xtype : 'LayoutRegion',
45      split : true,
46      tabPosition : 'top',
47      width : 250,
48      xns : Roo,
49      '|xns' : 'Roo'
50     }
51    }
52   };  }
53 });