Skip to main content.

JSP Controls Tag Library

Navigation: JSP Controls | About

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 Classnet.jspcontrols.tags.TabControlTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

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".