Attributes |
Name | Required | Request-time | Type | Description |
source | true | true | java.lang.String | ID of form tag to attach to. |
target | true | true | java.lang.String |
ID of DIV tag or other element that will be filled with
the response's HTML.
|
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).
|