sync
[Pman.Admin] / Pman.Dialog.PersonBulkAdd.js
1 //<script type="text/javascript">
2 // for needed for new person in External contacts...
3
4
5
6 // needs adding to init!!!!
7 Pman.on('beforeload', function() {
8      // new - company/office pulldowns.
9      // used by pman
10     Pman.Dialog.PersonBulkAdd = new Pman.Dialog.PersonEditor({
11         type : 'new',
12         dialogConfig : {
13             title: "Bulk add Contacts",
14             height: 350 // slightly taller..
15         },
16         itemList : [
17             'company_id_name',
18             'office_id_name',
19             'bulklist',
20             
21             'id',   // 0
22             'active'
23          
24             
25         ]
26     });
27     
28     
29     
30     
31 });