ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijTooltip / WijTooltip Tutorial / Step 1 of 3: Adding a WijTooltip
In This Topic
    Step 1 of 3: Adding a WijTooltip
    In This Topic

    In this topic you will add a Label control and associate it with a WijTooltip control.

    1. Create an ASP.NET Web application with a ScriptManager control and install Juice UI and the Wijmo Juice libraries to your project via NuGet.
    2. In the Visual Studio Toolbox, double-click the Label control to add a label to the main content of  your page.
    3. In Source view, use the following markup to add a WijTooltip control to the page and set the TargetControlID to Panel1.
      Copy Code
      <cc1:WijTooltip ID="Panel1_WijTooltip" runat="server"
              TargetControlID="Panel1">
      </cc1:WijTooltip>
      

    Now set some properties to customize the tooltip.