StyleCode Property: buttonText

buttonText

Enabled only for “buttonAspect”: “custom”.
Specifies the text color of the button element.
“auto” adapts to the background’s luminosity.

Applies to Type Default
dashboard
dashboard > runbanner
form
color, auto auto

Examples

// Example: dashboard
@{ buttonText: "black" }

// Example: dashboard > runbanner
@{ buttonText: "black" }

// Example: form
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 { buttonText: "black" } with
  SKU
  Maximum          

User Contributed Notes
0 notes + add a note