Button

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.

Button Properties

Appearance

Common Properties

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.

Type

The type of the button can be changed depending on its purpose. Options include danger, normal, success, and default.

Text

The text that shows on top of the Button.

Behavior

Common Properties

The disabled property is common to most Blocks;

See the Common Properties article for more details on common behavior properties.

Enable Focus

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.

Validation

Common Properties

Properties that are common to most Blocks include: groups to validate;

See the Common Properties article for more details on common validation properties.

Action

Common 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.

Last updated