...

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
form
dashboard
dashboard > runbanner
white, blue, green, cyan, orange, red, custom green

Examples

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

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

// Example: dashboard
@{ buttonAspect: blue}

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

User Contributed Notes
0 notes + add a note