StyleCode Property: buttonAspect v1

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
form > entry
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          

// 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