Widgets > wijprogressbar > wijprogressbar Tutorial > wijprogressbar Step 1 of 3: Setting up the View |
In this step you'll add the markup to add <div>
elements where the vertical and horizontal progress bars will appear. Complete the following:
<body>
tags of the page to add <div>
elements where the vertical and horizontal progress bars will appear.
<div class="layout ui-helper-clearfix">
<h6>
Horizontal</h6>
<div id="hProBar">
</div>
</div>
<div class="layout ui-helper-clearfix">
<h6>
Vertical</h6>
<div id="vProBar">
</div>
</div>