...
Buttons are clickable items used to perform an actionIt can be used in the layout to perform a specific action e.g submit, save or cancel according to requirements
Button click event invokes workflow associated with it, which actually performs actions such as save, new, cancel etc.
...
Attributes
Label
The label is a short description given to the button
Generally, the label is displayed on the button
...
Display the icon on the right side of the button label.
...
Click Action
You can perform a click action on the button
e.g. if you set the success action for the button
...
click
...
event, a success message will be displayed
...
Following is an example of how to perform a Click Action
...
Example
Go to Events
...
Go to click>select actions from Action Search Toaster click>search and select toaster Toaster from the Action drop-down
...
Click gear icon
Give the success action
...
Click on the save button
Save the layout or and run the layout and click
Click on the preview
After clicking on the button, a success message will be displayed
...