Wijmo Open for Juice UI Extender Controls / WijMenu / WijMenu Tutorial / Step 3 of 4: Customizing the Menu
Step 3 of 4: Customizing the Menu

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

  1. In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select Panel1_WijMenu.
  2. Set the TriggerEvent property to Rtclick.
  3. Set the Orientation property to Vertical. The markup for the WijMenu will now look like this:
  <cc1:WijMenu ID="Panel1_WijMenu" runat="server"
        TargetControlID="Panel1" TriggerEvent="Rtclick" Orientation="Vertical">
        <hideanimation>
            <animated effect="fade">
            </animated>
        </hideanimation>
        <slidinganimation easing=""> 
        </slidinganimation>
  </cc1:WijMenu>

Now run the project to see the formatted menu.