This functionality is only available for certain module packages.

You are here: Reference > Form-UI > Tables > td

td

The element <td> inserts a table cell.

Attribute name Usage Attribute values Default value Description
align optional centre, left, right left horizontal alignment of the cell content
bColor optional 0,0,0 to 255,255,255 System color Background color as RGB value
colSpan optional Integer Number of cells, that are connected in a row
readonly optional true, false true = cell is read-only.
false = Input can be written to the cell.
rowSpan optional Integer Number of cells, that are connected in a column
valign optional bottom, middle, top middle vertical alignment of the cell content
visible optional true, false true true = table cell is visible
true = table cell is invisible
Allowed sub-elements Quantity
action any
group any
img any
include any
input any
instantiation any
label any
line any
loop any
mailto any
open any
progressBar any
table any

Table with different alignments of the table cells:

The following example shows a simple table listing the various alignments of the content of table cells. The attribute align specifies the horizontal and the attribute valign defines the vertical alignment.

Table with connected cells in a row:

In the first row of the table the cells of column2 and 3 are connected.

Table with connected cells in a column:

In the first column of the table the cells of row 2 and 3 are connected.