StyleCode Property: buttonBackground v1

buttonBackground

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

Applies to Type Default
dashboard
dashboard > runbanner
form
form > entry
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          

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

show form "My Form" a1b1 with
  SKU { sc }
  Maximum

User Contributed Notes
0 notes + add a note