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

    In this step, you will add a WijTabs control to associate with the panel and create tabs.

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

    <cc1:WijTabs ID="Panel1_WijTabs" runat="server"
    
            TargetControlID="Panel1">
    
    </cc1:WijTabs>
    

    Now set some properties to customize the tabs.