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

    In this topic you add some content to a Panel control and associate a WijVideo control with it to create a video player.

    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. Add a standard Panel control to the main content of  your page.
    3. In Source view, use the following markup toadd a WijVideo control to the page and set the TargetControlID to Panel1.
      Copy Code
      <cc1:WijVideo ID="Panel1_WijVideo" runat="server"
              TargetControlID="Panel1">
      </cc1:WijVideo>
      

    In the next step you will set some of the extender properties.