Button

This topic describes the options and limitations available when using a Button component.

Content settings

Content
This setting determines what text displays on the face of the button.

This component has no Content settings other than Source and Display Value.

Interactions

Trigger Event
The Button component can trigger these events:
  • On Click
  • On Load - This event might display as:
    • Data Service has run (On Load), where Data Service is the name of a data service assigned to the component;

      OR

    • On Load (No Data Service), where no data service has been assigned to the component.
Target Action
The Button component can only run a target action when it has a data service assigned to it.

Style settings

Style
This setting has these options:
  • Default appearance options:
    • Primary

      This option uses the default settings for the button's appearance, typically, white text on a blue background.

    • Secondary

      This option displays the button as black text on a gray background.

    • Tertiary

      This option displays the button as dark gray text on a white background.

  • Disabled

    This option disables the button.

    To disable the button conditionally, click the lock icon next to this check box.

    See Setting conditional component disablement.