Widgets > wijtooltip > wijtooltip Tutorial > wijtooltip Step 1 of 3: Setting up the View |
In this step you’ll add the markup to add content to the combobox. Complete the following:
<body>
tags of the page. This markup will add the tooltip content to the page.
<div class="main demo">
<!-- Begin demo markup -->
<h3 id="tooltip" class="ui-helper-reset ui-widget-header ui-corner-all" style="padding: 1em;">
<a href="#" title="tooltip">Anchor</a>
</h3>
<!-- End demo markup -->
<div class="demo-options">
<!-- Begin options markup -->
<label>
Close Behavior</label>
<select id="closeBehavior">
<option value="auto">auto</option>
<option value="none">none</option>
<option value="sticky">sticky</option>
</select>
<!-- End options markup -->
</div>
</div>