]> err.no Git - scalable-opengroupware.org/blob - UI/MailPartViewers/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1146 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailPartViewers / product.plist
1 {
2   requires = ( MAIN );
3
4   publicResources = (
5   );
6
7   factories = {
8   };
9
10   categories = {
11     SOGoCalendarMailBodyPart = {
12       methods = {
13         accept = {
14           protectedBy = "View";
15           actionClass = "UIxMailPartICalAction"; 
16           actionName  = "markAccepted";
17         };
18         decline = {
19           protectedBy = "View";
20           actionClass = "UIxMailPartICalAction"; 
21           actionName  = "markDeclined";
22         };
23         tentative = {
24           protectedBy = "View";
25           actionClass = "UIxMailPartICalAction"; 
26           actionName  = "markTentative";
27         };
28       };
29     };
30   };
31 }