Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Horizontal align the content of a column left, middle or center

Class

grid

Property

col.xyz.align

Formal specification

col.xyz.align = left | center | right

Required

no

Default

  • left for columns of type string, textarea, list, radio, checkbox, date and sequence

  • right for columns of type integer and number

Version

1.0

Comment


Example


Code Block
col.name = First Name
col.name.type = string
col.name.align = center


Reference