Button
button
is a component which invokes an action on click.
Specific properties:
- action - an action invoked by the button
or
- invoke - the name of a controller method invoked by the button. >> icon switches to the Controller tab to help find the required method.
See Button for details.