sogo/Misc/ZideStore/UI-X/Scheduler/product.plist
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

72 lines
1.6 KiB
Plaintext

{
requires = ( MAIN, CommonUI );
publicResources = (
previous_week.gif,
next_week.gif,
icon_apt_chart.gif,
icon_apt_overview.gif,
icon_apt_chart_inactive.gif,
icon_apt_overview_inactive.gif,
icon_apt_column_view.gif,
icon_apt_list.gif,
icon_apt_list_inactive.gif
);
factories = {
};
categories = {
SxAppointmentFolder = {
methods = {
"weekoverview" = {
protectedBy = "View";
pageName = "UIxCalWeekOverview";
};
"weekchartview" = {
protectedBy = "View";
pageName = "UIxCalWeekOverview";
};
"weeklistview" = {
protectedBy = "View";
pageName = "UIxCalWeekOverview";
};
"weekcolumnview" = {
protectedBy = "View";
pageName = "UIxCalWeekOverview";
};
"weekprintview" = {
protectedBy = "View";
pageName = "UIxCalWeekOverview";
};
"monthoverview" = {
protectedBy = "View";
pageName = "UIxCalMonthOverview";
};
"new" = {
protectedBy = "View";
pageName = "UIxAppointmentEditor";
};
};
};
SxAppointment = {
methods = {
"view" = {
protectedBy = "View";
pageName = "UIxAppointmentView";
};
"edit" = {
protectedBy = "View";
pageName = "UIxAppointmentEditor";
};
"save" = {
protectedBy = "View";
pageName = "UIxAppointmentEditor";
actionName = "save";
};
};
};
};
}