ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijCalendar / WijCalendar Tutorial / Step 1 of 3: Adding a WijCalendar to the Page
In This Topic
    Step 1 of 3: Adding a WijCalendar to the Page
    In This Topic

    In this topic you add some content to a Panel control and associate a WijCalendar control with it to create a calendar.

    1. In your Web application, add a standard Panel control to the main content of  your page.
    2. Switch to Source view and use the following markup to add a WijCalendar control to the page and set the TargetControlID to Panel1.
    <cc1:WijCalendar ID="Panel1_WijCalendar" runat="server"
    
            DisplayDate="11/03/2011 13:17:14" TargetControlID="Panel1">
    
    </cc1:WijCalendar>
    

    In the next step you will set some of the extender properties.