Constructor: pageTableCell
Table cell
Attributes:
Name | Type | Required | Description |
---|---|---|---|
header | Bool | Optional | Is this element part of the column header |
align_center | Bool | Optional | Horizontally centered block |
align_right | Bool | Optional | Right-aligned block |
valign_middle | Bool | Optional | Vertically centered block |
valign_bottom | Bool | Optional | Block vertically-aligned to the bottom |
text | RichText | Optional | Content |
colspan | int | Optional | For how many columns should this cell extend |
rowspan | int | Optional | For how many rows should this cell extend |
Type: PageTableCell
Example:
$pageTableCell = ['_' => 'pageTableCell', 'header' => Bool, 'align_center' => Bool, 'align_right' => Bool, 'valign_middle' => Bool, 'valign_bottom' => Bool, 'text' => RichText, 'colspan' => int, 'rowspan' => int];