Button Object
You can optionally control the look and feel of the "submit" button and "clear" buttons in a form.
Last updated
You can optionally control the look and feel of the "submit" button and "clear" buttons in a form.
Last updated
"button": {}
See usage here
Property
Required/Optional
Default Value
Type
Notes
text
optional
Submit
String
The text shown in the button that sends the form data back to Teneo
color
optional
primary
String
Applies specified color to the button - it can be the name of material color (for example success
or purple
) or css color (#033
or rgba(255, 0, 0, 0.5)
). You can find list of built in classes on the colors page.
clearButtonText
optional
Clear
String
The text to show on the clear (really reset) form field button