Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Tab.XtupleAccountsTab.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.XtupleAccountsTab = new Roo.XComponent({
6     part     :  ["Xtuple","AccountsTab"],
7     order    : '003-Pman.Tab.XtupleAccountsTab',
8     region   : 'center',
9     parent   : 'Pman',
10     name     : "unnamed module",
11     disabled : false, 
12     permname : '', 
13     _tree : function()
14     {
15         var _this = this;
16         var MODULE = this;
17         return {
18             xtype: 'NestedLayoutPanel',
19             xns: Roo,
20             region : 'center',
21             title : "Accounts",
22             layout : {
23                 xtype: 'BorderLayout',
24                 xns: Roo,
25                 center : {
26                     xtype: 'LayoutRegion',
27                     xns: Roo,
28                     alwaysShowTabs : true,
29                     tabPosition : 'top'
30                 }
31             }
32         };
33     }
34 });