| Wijmo Control Toolkit Extender Controls > C1EventsCalendarExtender > C1EventsCalendarExtender Tutorial > Step 1 of 3: Adding a C1EventsCalendarExtender to the Page |
This tutorial demonstrates how to attach the C1EventsCalendarExtender to a Panel control, allowing users add events to the calendar.
<wijmo:C1EventsCalendarExtender ID="Panel1_C1EventsCalendarExtender"
runat="server" Colors="red,darkorchid,green,blue,cornflowerblue,yellow,bronze"
SelectedDate="2012-02-09" TargetControlID="Panel1"
VisibleCalendars="Default,Home,Work">
</wijmo:C1EventsCalendarExtender>
In the next step you will set some of the extender properties.