
Classes | |
| interface | Bindings |
Public Member Functions | |
| String | formID () |
| String | href () |
| WOActionResults | invokeAction () |
| boolean | isStateless () |
| String | method () |
| ModalBoxButton (WOContext context) | |
| String | onClick () |
| void | reset () |
| boolean | shouldSerializeForm () |
| boolean | synchronizesVariablesWithBindings () |
Protected Member Functions | |
| NSArray< String > | _options () |
Private Member Functions | |
| String | _formString () |
| String | _method () |
| Boolean | _serializeForm () |
Static Private Attributes | |
| static boolean | _serializeForm = true |
method The method of the modalbox/Ajax request. i.e 'post' or 'get' serializeForm If you do not want to process form data set to false NOTE: there appears to be a limitation as to how much can be serialized in WO + Ajax. Results vary - IE being the worst :) Default is true
FIXME Form value taking
| ModalBoxButton | ( | WOContext | context | ) |
| String _formString | ( | ) | [private] |
| String _method | ( | ) | [private] |
| Boolean _serializeForm | ( | ) | [private] |
| String formID | ( | ) |
| String href | ( | ) |
| WOActionResults invokeAction | ( | ) |
| boolean isStateless | ( | ) |
| String method | ( | ) |
| String onClick | ( | ) |
| void reset | ( | ) |
| boolean shouldSerializeForm | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
boolean _serializeForm = true [static, private] |
1.5.8