Versions Compared

Key

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

...

Grid layout arranges its components in grid-like structure. It is most common used layout in system.

  • h6
    options

basic options

  • columns - [integer] required attribute that defines number of columns in elements grid
  • rows - [integer] required attribute that defines number of rows in elements grid
  • fixedRowHeight - [true | false] optional attribute that defines if every row in grid has the same height. Default value is 'true'.
  • hasBorders - [true | false] If 'false' - there is no vertical lines between elements grid columns. Default value is 'true'.

additional options
none

  • h6
    content
4.1.4. borderLayout
4.1.5. smallTabLayout

...