Button

Button widgets let the application user interact with the analytic application.

The button widget has the following specific properties:

Property

Property Value

Property Description

Name

String

Defines the unique name of a button. If you do not enter a name, the system takes the default name (for example Button_1).

Text

String

Specifies the text for the button.

Tooltip

String

Specifies the tooltip for the button.

Button Styles

We provide some predefined button styles for you to choose from:

  • Standard Button
  • Lite Button
  • Emphasized Button
  • Positive (Accept) Button
  • Negative (Reject) Button

These styles bring default border and background colors for different states including Default, Mouse Hover and Mouse Down. Based on the default settings, you can further customize colors of your buttons in different states.

After specifying the colors, you can choose to upload an icon and decide whether to show or hide the icon in the button. The size of the uploaded icon will be automatically adjusted to adapt to the size of the button.

The icon can be placed either to the left or right of the text in the button. Both the icon and text will be center aligned.