ButtonType

Defines the available button types for dialog buttons.

Values

  • Button - Button will include the type of button.
  • Submit - Button will include the type of submit and submit the form.
  • Reset - Button will include the type of reset and reset the form values.

On This Page