...

StyleCode Property: buttonBorder

buttonBorder

Enabled only for “buttonAspect”: “custom”.

Specifies the border color of the button element.

“auto” becomes a darker tone of “buttonBackground”.

Applies to Type Default
form
dashboard
dashboard > runbanner
auto, color auto

Examples

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

{ buttonBorder: tomato }
show form "My Form" a1b1 with
  SKU
  Maximum

// Example: dashboard
@{ buttonBorder: tomato}

// Example: dashboard > runbanner
@{ buttonBorder: tomato}

User Contributed Notes
0 notes + add a note