| Attributes |
| Name | Required | Request-time | Type | Description |
| orientation | false | true | java.lang.String | Defines the position of the tab around your tablayout. Top by default. |
| headerSize | false | true | java.lang.String | Size of headers' block, formated as CSS. |
| width | false | true | java.lang.String | Width of the tab layout, formated as CSS. |
| height | false | true | java.lang.String | Height of the tab layout, formated as CSS. |
| selectedId | false | true | java.lang.String | Describe the tabContent to select on page load. By default, the first one is selected. |
| model | false | true | com.ideo.sweetdevria.taglib.tabLayout.model.TabLayoutModel | Set a Java already existing model as content of this tab layout. The content of this tag wont be evaluated. |
| tabModels | false | true | java.util.List | Add a List of class TabContentModel as additional tabs to be set in the component. This allow a dynamic creation of contents. |
| stateful | false | true | boolean | Define whether this attribute must keep its state according to the page configuration |
| id | true | true | java.lang.String | Unique Identifier. Accepts EL. |
| 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]. |
| 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. |