ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijExpander / WijExpander Tutorial / Step 3 of 4: Customizing the Expanding Text
In This Topic
    Step 3 of 4: Customizing the Expanding Text
    In This Topic

    In this topic you will set some of the properties for the WijExpander.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_WijExpander.
    3. Set the Expanded property to False. The text will be collapsed when the web page is initially viewed.
    4. Click the node to expand the Animated property. Set the Disable property to False and set the Effect property to bounce.

    The markup for the WijExpander will now look like this:

    <cc1:WijExpander ID="Panel1_WijExpander" runat="server" TargetControlID="Panel1" Theme="rocket" Animated-Effect="bounce" Expanded="False">
    
    </cc1:WijExpander>
    

    Now run the project to see the formatted expanding text.