button
Defines a Submit Button component.
A Submit Button works with a Form component.
Add an onSubmit
Event with chained Actions to the Form component to handle the form submission when the button is taped.
You can use the AutoDisabled property of the Submit Button to disable it if the form data are not valid.
Name | Description |
---|---|
Auto disable | Disable button if it’s associated form is not valid. |
Icon only | Set if we only show the icon. |
button form type | Specifies form’s button type. |
button type | Specifies ionic button style. |
clear | If set make a ‘clear’ component. |
color | Specifies ionic color. |
icon position | Specifies ionic icon position. |
menu mode | Specifies menu mode. |
outline | Specifies ionic outline mode. |
shape | Specifies ionic shape. |
size | Specifies ionic size. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |