
Public Member Functions | |
| AjaxUpdaterButton (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.Updater 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
| AjaxUpdaterButton | ( | WOContext | context | ) |
| NSArray<String> _options | ( | ) | [protected] |
Reimplemented from AjaxUpdater.
| WOActionResults invokeAction | ( | ) |
| boolean isStateless | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
| String url | ( | ) | [protected] |
Reimplemented from AjaxUpdater.
1.5.8