ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WjAccordion / WijAccordion Tutorial / Step 2 of 4: Adding a WijAccordion to the Page
In This Topic
    Step 2 of 4: Adding a WijAccordion to the Page
    In This Topic

    In this step, you will add a WijAccordion control to associate with the panel to create the accordion.

    While still in Source view, use the following markup to add a WijAccordion control to the page and set the TargetControlID to Panel1.

    Copy Code
    <cc1:WijAccordion ID="Panel1_WijAccordion" runat="server"
            TargetControlID="Panel1">
    
        </cc1:WijAccordion>
    

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