...

StyleCode Property: formButtonAlign

formButtonAlign

Horizontally align form buttons. Both “fieldType: button” and “formButton” are affected by the property.

Applies to Type Default
form
form > entry
center, left, right right

Examples

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

{ formButtonAlign: center }
show form "My Form" a1b1 with
  SKU
  Maximum

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

show form "My Form" a1b1 with
  SKU { formButtonAlign: center }
  Maximum

User Contributed Notes
0 notes + add a note