MVC4 Classic
wijslider Step 1 of 3: Setting Up the View

In this step, you will create the view that contains the wijslider widget.

  1. In the Solution Explorer, go to the Views | Shared folder and double-click on the Layout.cshtml file to open it.
  2. Add the following markup to create the slider element.
    <div id="slider">
    </div>
    
    
  3. Add the following CSS style to control the width of the slider element.
    <style type="text/css">
            #slider
            {
                width: 300px;
            }
    </style>
    
    
See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback