Components - Button

This is a standard HTML button. The properties that this component supports are:

  • Name: the name of the component. Please remember that this property must a have a non-empty and unique value within a form.
  • Caption: the caption associated with this component.
  • Label: the text written on the button.
  • Reset: if set to Yes, whenever this button is displayed in the front-end, a reset button will also appear.
  • ResetLabel: the text written on the reset button, if it exists.
  • AdditionalAttributes(!): using this property you can set custom attributes inside the HTML tag. Useful for adding onClick="someJavaFunction();" tags, in order to run a Javascript previously to form submission.
  • Description: the description of the component. This will be displayed in the front end, as a textual help for the user. Use this when the Caption of the component is not self-explanatory

Note:
This type of button does NOT have a submit function. This is carried out by the Submit button and/or the Image button field type.

* To change the week start day, refer to the following article