| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| bean | true | false | com.icesoft.faces.facelets.component.tabs.TabsController | Must resolve to an instance of the TabsController class |
| outsideForm | false | false | java.lang.Boolean | If the component is outside of a form (default true) |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| styleClassPanelPositioned | false | false | java.lang.String | Passed through to the ice:panelPositioned tag |
| disabled | false | false | java.lang.Boolean | Flag indicating that this component must never receive focus or be included in a subsequent submit. |
| styleTabLink | false | false | java.lang.String | Passed through to the style attribute on the current tab ice:commandLink |
| styleClassTabLink | false | false | java.lang.String | Passed through to the styleClass attribute on the current tab ice:commandLink |
| styleClassTabContainer | false | false | java.lang.String | Passed through to the container of the tab content |