LavishGUI:table (Element Type)

From Lavish Software Wiki
Jump to navigation Jump to search

Introduction

What is a Table?

A LavishGUI table works much like an HTML table. If you have an understanding of HTML tables, LavishGUI tables should be very easy to understand.

Using Tables

Tables are descendants of the frame element type. Any attributes of the frame element type may be applied in addition to the table-specific properties described below.

Table-Specific Properties

  • CellTemplate
Template to be used for all cells
  • Row
Container element for individual cells. See following sections.

Row

A row is simply a container for cells. It does not have custom properties or attributes. It does not need a name, and many rows can exist in a single table.

Cell

A cell is a special frame. Cells do not need to be named.

Cell Attributes

  • ColSpan
Number of columns this cell spans, beginning with the current column
  • RowSpan
Number of rows this cell spans, beginning with the current row

Examples

See Also