Enums: Button

ButtonsRole

Buttons group behaviour.

  • ButtonsRole.Addons Display buttons as addons.
  • ButtonsRole.Toolbar Display buttons as toolbar buttons.

ButtonType

Defines the button type and behaviour.

  • ButtonType.Button The button is a clickable button.
  • ButtonType.Submit The button is a submit button (submits form-data).
  • ButtonType.Reset The button is a reset button (resets the form-data to its initial values).
  • ButtonType.Link The button will be rendered as a link but will appear as a regular button.
On this page