
Classes | |
| interface | Bindings |
Public Member Functions | |
| AjaxRequestButton (WOContext context) | |
| WOActionResults | invokeAction () |
| boolean | isStateless () |
| boolean | synchronizesVariablesWithBindings () |
Protected Member Functions | |
| NSArray< String > | _options () |
| String | url () |
In order to use this, the form elements(i.e WOTextField, etc) need to have their name attribute bound to concrete values. The Prototype Ajax.Request form is parametized using these names. WOElements won't correctly take form values otherwise. Also Prototype/WO integration requires the use of <button> rather than <input> WOSubmitButtons. So set: er.extensions.foundation.ERXPatcher.DynamicElementsPatches.SubmitButton.useButtonTag=true
| AjaxRequestButton | ( | WOContext | context | ) |
| NSArray<String> _options | ( | ) | [protected] |
Reimplemented from AjaxRequest.
| WOActionResults invokeAction | ( | ) |
| boolean isStateless | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
| String url | ( | ) | [protected, virtual] |
Implements AjaxRequest.
1.5.8