Tag <jc:tabcontrol>
Defines one tabbed notebook. The body of this tag should contain
one or more tabpage tags that define notebook
pages.
| Tag Information | |
| Tag Class | net.jspcontrols.tags.TabControlTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| styleClass | true | true | java.lang.String |
This attribute sets the style of the notebook component.
Value of this attribute is used on the server side first to render
either HTML table or set of DIV elements. This value is also used in the browser by CSS stylesheet to visualize the component properly. Always set this attribute to one of supported values. If not set, then "tigristabs" is used. Allowed values: "tigristabs", "yahootabs". |
