StyleCode Property: buttonAspect

buttonAspect

Specifies the aspect of the button element, usally with a preset of colors.
For the more complex customization, use “custom” in conjunction with “buttonBackground”, “buttonBorder” and “buttonText”, that are otherwise without effect.

Applies to Type Default
dashboard
dashboard > runbanner
form
white, blue, green, cyan, orange, red, custom green

Examples

// Example: dashboard
@{ buttonAspect: "blue" }

// Example: dashboard > runbanner
@{ buttonAspect: "blue" }

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

show form "My Form" a1b1 { buttonAspect: "blue" } with
  SKU
  Maximum          

User Contributed Notes
0 notes + add a note