Difference between revisions of "CalendarView"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
(Example)
(Example)
Line 21: Line 21:
 
The following example sets the text of the '''Label'''.
 
The following example sets the text of the '''Label'''.
  
<rbcode>
+
<source>
 
  Me.Text = "Hello World"  
 
  Me.Text = "Hello World"  
</rbcode>
+
</source>

Revision as of 00:39, 28 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.

<dynamicTable id="Constants" class="eventTable" title="Constants" columns="3"> AlignLeft AlignCenter AlignRight </dynamicTable>


Example

The following example sets the text of the Label.

Invalid language.

You need to specify a language like this: <source lang="html4strict">...</source>

Supported languages for syntax highlighting:

[Expand]


 Me.Text = "Hello World"