]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Contacts/product.plist
private address book selection analoguous to Anais
[scalable-opengroupware.org] / SOGo / UI / Contacts / product.plist
1 {
2   requires = ( MAIN, CommonUI, Contacts );
3
4   publicResources = (
5   );
6
7   factories = {
8   };
9
10   categories = {
11     SOGoContactFolder = {
12       methods = {
13         view = {
14           protectedBy = "View";
15           pageName    = "UIxContactsListView"; 
16         };
17         new = { 
18           protectedBy = "View";
19           pageName    = "UIxContactEditor"; 
20           actionName  = "new";
21         };
22         select = {
23           protectedBy = "View";
24           pageName    = "UIxContactsSelectionView"; 
25         };
26       };
27     };
28
29     SOGoContactObject = {
30       methods = {
31         view = { 
32           protectedBy = "View";
33           pageName    = "UIxContactView"; 
34         };
35         delete = { 
36           protectedBy = "View";
37           pageName    = "UIxContactView"; 
38           actionName  = "delete";
39         };
40         edit = { 
41           protectedBy = "View";
42           pageName    = "UIxContactEditor"; 
43         };
44         save = { 
45           protectedBy = "View";
46           pageName    = "UIxContactEditor"; 
47           actionName  = "save";
48         };
49         test = { 
50           protectedBy = "View";
51           pageName    = "UIxContactEditor"; 
52           actionName  = "test";
53         };
54       };
55     };
56   };
57 }