f:form.button¶
This ViewHelper creates a button element in a form, for example the one which allows the form to be submitted.
Examples¶
<f:form.button>Send Mail</f:form.button>
<f:form.button type="reset" name="buttonName" value="buttonValue" disabled="disabled" formmethod="post" formnovalidate="formnovalidate">Cancel</f:form.button>