| Attributes |
| Name | Required | Request-time | Type | Description |
| icon | false | true | java.lang.String | Url for the icon image of the tab |
| label | true | true | java.lang.String | Label of the tab |
| removable | true | true | boolean | Is the tab removable ? [Add a close icon in the tab] (Default false) |
| selected | false | true | boolean | Is the tab selected on startup ? (Default false) |
| titleLink | false | true | java.lang.String | Title link property shown when mouse cursor is over the link. Accepts EL. Accepts key from resource bundle. |
| cancelBubble | false | true | boolean | Forward the click event, acceptable values are: [true, false]. |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |