]> err.no Git - scalable-opengroupware.org/blob - UI/PreferencesUI/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / PreferencesUI / product.plist
1 { /* -*-javascript-*- */
2   requires = ( MAIN, MainUI, CommonUI );
3
4   publicResources = (
5   );
6
7   factories = {
8   };
9
10   categories = {
11      SOGoUserFolder = {
12         slots = {
13            toolbar = {
14               protectedBy = "View";
15               value = "UIxPreferences.toolbar";
16            };
17         };
18         methods = {
19            preferences = {
20               protectedBy = "View";
21               pageName = "UIxPreferences";
22            };
23            jsonDefaults = {
24               protectedBy = "View";
25               actionClass = "UIxJSONPreferences";
26               actionName = "jsonDefaults";
27            };
28            jsonSettings = {
29               protectedBy = "View";
30               actionClass = "UIxJSONPreferences";
31               actionName = "jsonSettings";
32            };
33         };
34      };
35   };
36 }