Attributes |
Name | Required | Request-time | Type | Description |
backLabel | false | true | java.lang.String | Sets a label for the back URL. |
backURL | false | true | java.lang.String | Sets a URL for navigating back to. |
formName | false | true | java.lang.String | Sets the tab's form name. |
names | true | true | java.lang.String | Sets the names of the tabs. Each name must be separated by a comma with no spaces. |
onClick | false | true | java.lang.String | Sets a function to be called on a user clicking any of the tabs. |
param | false | true | java.lang.String | Sets a variable to refer to this component. |
portletURL | false | true | java.lang.String | Sets a URL to refer to the portlet that contains this component. |
refresh | false | true | boolean | Sets whether the page refreshes when a tab is clicked. |
tabsValues | false | true | java.lang.String | Sets the tab values. Values must follow the same order as the names attribute. Each value must be separated by a comma with no spaces. |
type | false | true | java.lang.String | Sets the design type of tabs. Possible values are tabs and pills . |
url | false | true | java.lang.String | Sets the URL to which all the tabs link to when clicked. You can also set each tab's URL individually using url[number] attribute. |
urls | false | true | java.lang.String | No Description |
url0 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url1 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url2 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url3 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url4 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url5 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url6 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url7 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url8 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
url9 | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by liferay-ui:tabs#urls |
value | false | true | java.lang.String | Sets the active tab to the value given from the tabsValues attribute. No matter which tab a user selects, the tab given for this value always remain active. |