| |||||||
| FRAMES NO FRAMES | |||||||
<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 Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Tab View |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| orientation | false | false | java.lang.String | 'top', 'bottom', 'left', or 'right' (default 'top') |
| outsideForm | false | false | java.lang.Boolean | If the component is outside of a form (default true) |
| selected | false | false | java.lang.Integer | Index of the selected tab (default 0) |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||