This component behaves like a standard Submit button, only that instead of text it displays an image. 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 alternate text of the image that should appear on the submit button.
ImageButton: the link to the image that should appear on the submit button.
ImageReset: the link to the image that should appear on the reset button.
Reset: if set to Yes, whenever this button is displayed in the front-end, a reset button will also appear.
ResetLabel: the alternate text of the image that should appear 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.
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 alternate text of the image that should appear on the submit button.
ImageButton: the link to the image that should appear on the submit button.
ImageReset: the link to the image that should appear on the reset button.
Reset: if set to Yes, whenever this button is displayed in the front-end, a reset button will also appear.
ResetLabel: the alternate text of the image that should appear 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.