sogo/UI/Contacts/product.plist
Wolfgang Sourdeau a6da1ca06b Monotone-Parent: 1ffaf9e076e84ef5e4a28b95266b8a396f8a656c
Monotone-Revision: d3336287196cd9652f1557ca089836260940184d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-13T21:31:29
Monotone-Branch: ca.inverse.sogo
2006-09-13 21:31:29 +00:00

147 lines
3.3 KiB
Plaintext

{
requires = ( MAIN, CommonUI, Contacts );
publicResources = (
);
factories = {
};
categories = {
SOGoContactFolders = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
};
new = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "new";
};
select = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "select";
};
};
};
SOGoContactGCSFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoContactFolder.toolbar";
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactsListView";
};
new = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "new";
};
select = {
protectedBy = "View";
pageName = "UIxContactsSelectionView";
actionName = "select";
};
};
};
SOGoContactLDAPFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoContactFolder.toolbar";
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactsListView";
};
new = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "new";
};
select = {
protectedBy = "View";
pageName = "UIxContactsSelectionView";
actionName = "select";
};
};
};
SOGoContactGCSEntry = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactView";
};
delete = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "delete";
};
edit = {
protectedBy = "View";
pageName = "UIxContactEditor";
};
save = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "save";
};
write = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "write";
};
vcard = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "vcard";
};
};
};
SOGoContactLDAPEntry = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactView";
};
delete = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "delete";
};
edit = {
protectedBy = "View";
pageName = "UIxContactEditor";
};
save = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "save";
};
write = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "write";
};
vcard = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "vcard";
};
};
};
};
}