
Public Member Functions | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| String | buttonCssClass () |
| ERXSingleButton (WOContext aContext) | |
| boolean | isStateless () |
| String | jsString () |
| boolean | shouldSubmitForm () |
| boolean | useButton () |
| boolean | useForm () |
| boolean | useSubmitButton () |
This is useful for cancel buttons which should not submit the page and create all the validation messages. It can also create its own FORM, so you can drop this component anywhere.
action value doNotUseForm If true, do not output a form, ever. If false or not specified, do what is more efficient. actionClass directActionName target shouldSubmitForm If false, will let the submit button use javascript code to set "document.location", which does not submit the form the button is in. The default value is false.
| ERXSingleButton | ( | WOContext | aContext | ) |
| void appendToResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
| String buttonCssClass | ( | ) |
| boolean isStateless | ( | ) |
| String jsString | ( | ) |
| boolean shouldSubmitForm | ( | ) |
| boolean useButton | ( | ) |
| boolean useForm | ( | ) |
| boolean useSubmitButton | ( | ) |
1.5.8