Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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

Reference


  • No labels