ICEfaces EE Composite Components
Tag tab


Tab used in the the tabView Composite Component

Example:
<ice-cc:tabView id="myTabs" orientation="#{tabViewExampleBean.orientation}" outsideForm="false"> <ice-cc:tab tabId="tab1" label="Tab 1"> <div style="background: #FFF;padding: 8px;"> <h2>This is tab 1 content</h2> <ice:graphicImage value="/images/icesailor.jpg"/> </div> </ice-cc:tab> <ice-cc:tab tabId="tab2" label="Tab 2"> <div style="background: #FFF;padding: 8px;"> <h2>This is tab 2 content</h2> <ice:graphicImage value="/images/icecar.jpg"/> </div> </ice-cc:tab> <ice-cc:tab tabId="tab3" label="Tab 3"> <div style="background: #FFF;padding: 8px;"> <h2>This is tab 3 content</h2> <ice:graphicImage value="/images/icebreaker.jpg"/> </div> </ice-cc:tab> </ice-cc:tabView>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display Nametab

Attributes
NameRequiredRequest-timeTypeDescription
tabIdtruefalsejava.lang.StringA unique id for the tab
labelfalsefalsejava.lang.StringLabel used in the tab

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.