This sample shows how you can use WebTabSet in a classical, non-hierarchal manner.
Although most of these samples demonstrate the hierarchal abilities of WebTabSet, this is not a requirement for using the control.
In this sample, a single set of tabs are created with no children tabs.
This makes the control operate like a classical tab control where this is no hierarchal relationship between the tabs.
Furthermore, this sample demonstrates how you can force these tabs to wrap into multiple rows.
This is accomplished by setting the
max-width style of their containing DIV element.
In this sample the WebTabSet is allowing you to select a simple topic.
Clicking the "Submit" button will send the full path for your selection to the server and it will be displayed below:
Click the "Reset" link to clear your selection.