Button
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
The button element adds a clickable button to your screen. Used to submit forms and offer standard button functionality.
Configuration
| Setting | Description |
|---|---|
| label | UI label |
| title | Text on the button |
| onClick | JavaScript called when the button is pressed |
Functions
getFieldValue(String field)
Returns a field.
setFieldValue(String action, Map values)
| Action | Map keys | Description |
|---|---|---|
| script | onclick | Sets the selected JavaScript |