ICEfaces EE Composite Components
Tag richTabs


The Rich Tabs Composite Component

Features

How To Use

  1. Use the <ice-cc:richTabs/> tag on your page. Nest <ice-cc:css/> in your page <head> tag.
  2. Bind the 'bean' attribute of the tag to an instance of TabsController.
  3. When creating the TabsController bean, add instances of Tab for each Tab you would like
  4. If you would like to nest forms within the tab content, set outsideForm='true' on the richTabs tag

Example:
<ice-cc:richTabs id="myTabs" bean="#{tabsExampleBean.tabsController}" outsideForm="false" style="width: 300px;height:400px;"/>


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

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
beantruefalsecom.icesoft.faces.facelets.component.tabs.TabsControllerMust resolve to an instance of the TabsController class
outsideFormfalsefalsejava.lang.BooleanIf the component is outside of a form (default true)
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered
styleClassPanelPositionedfalsefalsejava.lang.StringPassed through to the ice:panelPositioned tag
disabledfalsefalsejava.lang.BooleanFlag indicating that this component must never receive focus or be included in a subsequent submit.
styleTabLinkfalsefalsejava.lang.StringPassed through to the style attribute on the current tab ice:commandLink
styleClassTabLinkfalsefalsejava.lang.StringPassed through to the styleClass attribute on the current tab ice:commandLink
styleClassTabContainerfalsefalsejava.lang.StringPassed through to the container of the tab content

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.