sogo/UI/Contacts/product.plist
Wolfgang Sourdeau c1b2ffe52e Monotone-Parent: b989eec9548e57636d0bd4bdc5424cc307ca1f6a
Monotone-Revision: 4d746eed04f2cecc449886d63e438cd4e1411fd0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-04T23:03:34
Monotone-Branch: ca.inverse.sogo
2006-08-04 23:03:34 +00:00

79 lines
1.6 KiB
Plaintext

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