]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/product.plist
44393f51a5ba5b2313d512decee72f8a901450c8
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / product.plist
1 {
2   requires = ( MAIN, CommonUI );
3
4   publicResources = (
5     previous_week.gif,
6     next_week.gif,
7     icon_apt_chart.gif,
8     icon_apt_overview.gif,
9     icon_apt_chart_inactive.gif,
10     icon_apt_overview_inactive.gif,
11     icon_apt_column_view.gif,
12     icon_apt_list.gif,
13     icon_apt_list_inactive.gif
14   );
15
16   factories = {
17   };
18
19   categories = {
20     SxAppointmentFolder = {
21       methods = {
22         "weekoverview" = { 
23           protectedBy = "View";
24           pageName    = "UIxCalWeekOverview"; 
25         };
26         "weekchartview" = { 
27           protectedBy = "View";
28           pageName    = "UIxCalWeekOverview"; 
29         };
30         "weeklistview" = { 
31           protectedBy = "View";
32           pageName    = "UIxCalWeekOverview"; 
33         };
34         "weekcolumnview" = { 
35           protectedBy = "View";
36           pageName    = "UIxCalWeekOverview"; 
37         };
38         "weekprintview" = { 
39           protectedBy = "View";
40           pageName    = "UIxCalWeekOverview"; 
41         };
42         "monthoverview" = { 
43           protectedBy = "View";
44           pageName    = "UIxCalMonthOverview"; 
45         };
46         "new" = { 
47           protectedBy = "View";
48           pageName    = "UIxAppointmentEditor"; 
49         };
50       };
51     };
52
53     SxAppointment = {
54       methods = {
55         "view" = { 
56           protectedBy = "View";
57           pageName    = "UIxAppointmentView"; 
58         };
59         "edit" = { 
60           protectedBy = "View";
61           pageName    = "UIxAppointmentEditor"; 
62         };
63       };
64     };
65   };
66 }