A button that does not submit the form.
"Type": "button"{{ button_field }}
— the control object rendered on a Form. Not the same object as Stores.
Accepted in addition to the shared properties every definition carries.
| Property | Required | Description |
|---|---|---|
ButtonType |
— |
What the button does.
|
ButtonText |
— | The button label. |
ButtonHtml |
— | Markup for the button. |
TextIsHtml |
— | Renders ButtonText as markup. |
ButtonValue |
— | Value submitted with the form. |
OnClick |
— | Script run when the button is clicked. |