Pman.Tab.Teams.js
[Pman.Admin] / Pman.Tab.Teams.js
1 //<script type="text/javascript">
2
3
4 // fixme - needs a delayed create..
5
6
7 Pman.on('beforeload', function()
8
9     Roo.log('team beforeLoad????????????????????????????????????');
10     
11     Pman.register({
12         modKey : '00-pman-tab-teams',
13         module : Pman.Tab.Teams,
14         region : 'west',
15         parent : Pman.Tab.StaffMgr,
16         name : "Staff Teams"
17     });
18  
19 });
20 Pman.Tab.Teams = new Pman.Tab.GroupsList({
21     id : 'teams',
22     title:  "Teams",
23     type : 1,
24     getDialog : function () { return Pman.Dialog.Groups; }
25 });
26