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

    In this step, you will add a WijMenu control to associate with the Panel.

    In Source view, use the following markup to add a WijMenu control to the page and set the TargetControlID to Panel1.

    <cc1:WijMenu ID="Panel1_WijMenu" runat="server"
    
            TargetControlID="Panel1">
    
    </cc1:WijMenu>
    

    Now you can begin setting properties for the WijMenu to format the list.