Difference between revisions of "CalendarView"
From Jeremie Leroy - XOJO Controls Wiki
Line 11: | Line 11: | ||
This custom control based on a Canvas is similar to iCal on Mac OS and Google Calendar. }} | This custom control based on a Canvas is similar to iCal on Mac OS and Google Calendar. }} | ||
− | < | + | <Table id="Constants" class="eventTable" title="Constants" columns="3"> |
{{Event | name=AlignLeft | description=Left alignment (0)}} | {{Event | name=AlignLeft | description=Left alignment (0)}} | ||
{{Event | name=AlignCenter | description=Center alignment (1)}} | {{Event | name=AlignCenter | description=Center alignment (1)}} | ||
{{Event | name=AlignRight | description=Left alignment (2)}} | {{Event | name=AlignRight | description=Left alignment (2)}} | ||
− | </ | + | </Table> |
Revision as of 23:07, 27 April 2012
Class (inherits from Canvas)
Displays a Calendar in several formats (Year, Month, Week, Day, ...) that presents CalendarEvents. This custom control based on a Canvas is similar to iCal on Mac OS and Google Calendar.