Widgets > Gauge Widgets > wijlineargauge > wijlineargauge Tutorial > wijlineargauge Step 1 of 3: Setting up the View |
In this step, you'll begin by setting up the view. You'll add content to the linear gauge.
Note: This step assumes that you have created a MVC Tools project. See the Creating an MVC Tools Project topicfor more information. |
Complete the following steps:
<div id="gauge1" class="ui-corner-all"></div>
This markup will add the linear gauge content to the page.
In this step, you created the View. In the next step, wijlineargauge Step 2 of 3: Initializing the Widget, you'll add script to initialize the widget.