Tabs Component
Description
This component allows you create a jquery ui tab. Since Tapestry5-jQuery 3.0.2, a new implementation
of this component has be developed, in order to avoid using JQueryTabData-type parameter. You can
still use it, but this parameter and the JQueryTabData class will be removed in a next release.
If you use the new implementation (with the tabs parameter), Tapestry5-jQuery will look for the label
in an associated bundle, with the name of the tab as a key. If the message does not exist
Tapestry5-jQuery will provide a default value : the name of the tab, with capital letters and spaces.
Links
Name | Required | Java Type | Default Prefix | Default Value | Description |
---|---|---|---|---|---|
tabs | false | String | literal | The comma-separated list of tabs name | |
listTabData | false | ArrayList of JQueryTabData | prop | DEPRECATED! A list of JQueryTabData (object containing the title of the tab and the name of the block that has the content). | |
activePanelId | true | Int | prop | The number of the tab to activate when the page is displayed on the client. | |
params | false | JSONObject | prop | The Tabs parameters (please refer to jquery-ui documentation). | |
ajax | false | Boolean | literal | Indicate if you want to load your block by ajax. |