demos\outlook\calendar\calendar_content.sdf
 1 WidgetPane {
 2   name: "calendar_component"
 3   attributes {
 4     {name: "toolbar_url"; value: "calendar_toolbar.sdf" }
 5     {name: "action_menu_url"; value: "calendar_actions.sdf" }
 6   }
 7   widget {
 8     /**
 9      *Load the calendar component from the jar
10      */
11     Bean {
12       beanClass: "CalendarPanel" //custom class added to the jar the make the component easier to script
13       beanJAR: "../../jars/migcalendar.jar"
14       failureMessage: '"<html><font size="+1" color="red"><center>Calendar functionality is unavailable<br/>The <b>migcalendar.jar</b> is either missing or invalid<br/></center></font></html>'
15     }
16   }
17 }
18 
19 
20 
21