Button
Buttons have a Click Event for which an Event handler can be created that will execute the actions you add to the Event handler.
Add a button {% endembed %}
Properties
Section titled “Properties”-
Text
The text on the button.
-
Tooltip
The tooltip that shows when users hover on the button.
-
Visible
Set to False if you don’t want this control to render on the page and be visible to the user.
Events
Section titled “Events”-
Click
An event that triggers when the button is clicked.
Add a button click Event handler {% endembed %}