This sample replaces the default WebTabSet style sheet with a version that contains custom definitions.
This allows further customization of the appearance of WebTabSet beyond what can be accomplished using the control properties alone.
To replace the style sheet, replace the default style sheet included on your page with a file that contains a custom set of definitions:
<link href="./includes/replacement.css" rel="stylesheet" type="text/css" />
See "replacement.css" for an example, which participates in producing these results.
In this sample, the default CSS class name prefix is replaced with a custom value.
The following property informs the control about this application defined value:
WebTabSet.CustomClassPrefix = "mywts";
This is especially useful for web applications that have multiple instances of the WebTabSet control where each instance can be bound to a different set of style sheet definitions.
In this sample the WebTabSet is allowing you to select some food, organized by food group and item.
Clicking the "Submit" button will display the full path for your selection below:
Click the "Reset" link to clear your selection.