sogo/UI/Contacts/product.plist
Wolfgang Sourdeau 55b39d214d Monotone-Parent: 502a9aa4532803bb1e5b3526f2e9e8e019a93abc
Monotone-Revision: 755524b00e9b962e6240a95f6bfdd559ca240f5a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:41:04
Monotone-Branch: ca.inverse.sogo
2006-08-14 20:41:04 +00:00

132 lines
2.9 KiB
Plaintext

{
requires = ( MAIN, CommonUI, Contacts );
publicResources = (
);
factories = {
};
categories = {
SOGoContactFolders = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
};
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";
};
};
};
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";
};
};
};
};
}