Attributes |
Name | Required | Request-time | Type | Description |
valueUpdateByName | false | true | boolean | Update response values by matching the name. |
var | false | true | java.lang.String | Name of the JavaScript object created. |
attachTo | false | true | java.lang.String |
Name of the JavaScript object to which updateField will
attach. You must define 'var' attribute for this to work.
|
baseUrl | true | true | java.lang.String |
URL of server-side action or servlet that processes a
simple command.
|
source | true | true | java.lang.String |
The form field that will hold the parameter passed to
the servlet.
|
target | true | true | java.lang.String |
A comma-delimited list of form field IDs that will be
populated with results.
|
action | true | true | java.lang.String |
ID of form button or image tag that will fire the
onclick event.
|
parameters | false | true | java.lang.String |
A comma-separated list of parameters to pass to the
server-side action or servlet.
|
eventType | false | true | java.lang.String |
Specifies the event type to attach to the source
field(s).
|
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
|