StyleCode Property: buttonBackground

buttonBackground

Enabled only for “buttonAspect”: “custom”.
Specifies the background color of the button element.

Applies to Type Default
dashboard
dashboard > runbanner
form
color #FFFFFF

Examples

// Example: dashboard
@{ buttonBackground: "red" }

// Example: dashboard > runbanner
@{ buttonBackground: "red" }

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

show form "My Form" a1b1 { buttonBackground: "red" } with
  SKU
  Maximum          

User Contributed Notes
0 notes + add a note