class Control.TabStrip
Description
Converts a tree of elements into a tab strip widget to switch between panels of content.
Control ID: tabstrip
For the control to work correctly, the element tree should be formatted like the following:
<div class="tabstrip">
<ul>
<li>Tab 1</li>
<li>Tab 2</li>
</ul>
<div>
<div>Panel 1</div>
<div>Panel 2</div>
</div>
</div>
Example: Tab Strip demo