|
|
|
|
listener | java.lang.Object | custom | |
| Call this listener. |
|
eventSource | java.lang.Object | custom | |
| Attach the javascript to the form field generated by this form component. |
|
event | java.lang.Object | custom | |
| Attach the javascript to this event (eg. onkeyup). |
|
refreshParts | java.lang.Object | custom | |
| Part IDs to refresh after processing listener (single String or collection of Strings). |
|
jsArgs | java.lang.Object | custom | | null |
One or more javascript expressions that will be passed as arguments to
the listener as service parameters. If you have a TextField whose jwcid
is foo, you can pass its value to the listener by specifying $foo.value.
If you have more than one expressions, put them into a collection.
|
|
async | java.lang.Object | custom | | true |
Send the XMLHttpRequest asynchronously? In most cases it should be true,
but when performing automated testing, you should set it to false.
|