Attributes |
Name | Required | Request-time | Type | Description |
id | true | true | java.lang.String | The ID of the created tab panel element. |
styleClass | false | true | java.lang.String | CSS class name to add to the tab panel element. |
contentId | false | true | java.lang.String |
The ID of the existing element to be used as tab content.
|
preFunction | false | true | java.lang.String |
Function to execute before AJAX is started.
Should return string "cancel" to cancel AJAX execution.
|
postFunction | false | true | java.lang.String |
Function to execute after AJAX is finished, allowing for
a chain of additional functions to execute.
|
errorFunction | false | true | java.lang.String |
Function to execute if there is a server exception
(non-200 HTTP response).
|
parser | false | true | java.lang.String |
The response parser to implement.
Default: ResponseHtmlParser
|