Widgets > wijsplitter > wijsplitter Tutorial > wijsplitter Step 1 of 3: Setting up the View |
In this step you'll add the markup for <div>
elements where the vertical and horizontal splitters will appear. Complete the following:
<body>
tags of the page to add <div>
elements where the vertical and horizontal splitters will appear.
<div class="layout">
<h3>
Vertical</h3>
<div id="vsplitter">
<div>
panel1
</div>
<div>
panel2
</div>
</div>
</div>
<div class="layout" style="width: 100px;">
</div>
<div class="layout">
<h3>
Horizontal</h3>
<div id="hsplitter">
<div>
panel1
</div>
<div>
panel2
</div>
</div>
</div>