Difference between revisions of "CalendarView"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{PlatformSupport | type=d}}
 
{{PlatformSupport | type=d}}
 
{{ClassBox
 
{{ClassBox
| super=[[RectControl]]
+
| super=[[Canvas]]
 
| platform=all
 
| platform=all
 
| scope=global
 
| scope=global
 
}}
 
}}
 
{{Description
 
{{Description
| text=Displays text that is not editable by the user. This is the replacement for the StaticText control, which is deprecated. }}
+
| text=
 +
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. }}

Revision as of 23:31, 27 April 2012

Template:PlatformSupport

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.