Button
Last updated
Last updated
A Button is a Block that the user can click on which can trigger an event such as loading another page or confirming details on a form.
Properties that are common to most Blocks include visibility, styling mode, tooltip, and icon;
See the Common Properties article for more details on common appearance properties.
The type of the button can be changed depending on its purpose. Options include danger, normal, success, and default.
The text that shows on top of the Button.
The disabled property is common to most Blocks;
See the Common Properties article for more details on common behavior properties.
This determines if the user can navigate to the Button by using the keyboard. This includes using the tab button to switch between text boxes on a form, and then clicking the tab button at the end to highlight and select the Button. Buttons will also be focussed on when you click on them. If a Button is clicked, and no action occurs, the Button will also remain in focus.
Properties that are common to most Blocks include: groups to validate;
See the Common Properties article for more details on common validation properties.
Properties that are common to most Blocks include: Navigate To and Show Confirmation Dialog;
See the Common Properties article for more details on common action properties.