Attention
TYPO3 v6 has reached its end-of-life April 18th, 2017 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
There is no further ELTS support. It is strongly recommended updating your project.
COLUMNS¶
Inserts a table with several columns. Size and styling of the table tag can be defined with the according options.
Property
tableParams
Data type
<TABLE>-params /stdWrap
Description
Attributes of the table tag.
Default
border="0" cellspacing="0" cellpadding="0"
Property
TDparams
Data type
<TD>-params /stdWrap
Description
Attributes of the td tags.
Default
valign="top"
Property
rows
Data type
integer (Range: 2-20) /stdWrap
Description
The number of rows in the columns.
Default
2
Property
gapWidth
Data type
integer /stdWrap +optionSplit
Description
Width of the gap between columns.
0 = no gap
Property
gapBgCol
Data type
HTML-color /stdWrap +optionSplit
Description
Background-color for the gap-tablecells.
Property
gapLineThickness
Data type
integer /stdWrap +optionSplit
Description
Thickness of the divider line in the gap between cells.
0 = no line
Property
gapLineCol
Data type
HTML-color /stdWrap +optionSplit
Description
Line color of the divider line.
Default
black
Property
[column-number]
1,2,3,4...
Data type
Description
This is the content object for each column.
[tsref:(cObject).COLUMNS]