Description

TabView component is used as a child of tabview

Screen Shot

API

component-family net.sf.yui4jsf.TabView
component-class net.sf.yui4jsf.component.tabview.Tab
tag-class net.sf.yui4jsf.component.tabview.TabTag

Usage

<yui:tabView>
	<yui:tab title="First Title">
		any components
	</yui:tab>
	<yui:tab title="Second Tab Title">
		any components
	</yui:tab>
</yui:tabView>
            

Attributes

<yui:tabView>

Standard Attributes - id, rendered, binding
title - Title of the tab.

Instructions

see tabview.jsp for examples

Upcoming Features

- Styling

Additional Information

NONE