f:form.submit¶
This ViewHelper has no unique properties (apart from the standard value
property). It allows you to add a button to
an HMTL form, which submits the form when the website visitor clicks the button.
Properties¶
All the universal tag attributes
All the universal form field attributes
disabled¶
- Variable type
- String
- Description
- Specifies that the input element should be disabled when the page loads.
- Default value
- Empty string
- Mandatory
- No
Example¶
<f:form.submit value="Send" />