Attention

TYPO3 v7 has reached its end-of-life November 30th, 2018 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 recommended that you upgrade your project and use a supported version of TYPO3.

COLUMNS

Note

This content object has been deprecated in TYPO3 CMS 7.1. If you still use it for now, you need to install the extension "compatibility6". In the long run, you are advised to migrate to alternatives such as FLUIDTEMPLATE to customize the output of the content.

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

totalWidth

Data type

integer /stdWrap

Description

The total-width of the columns+gaps.

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

cObject

Description

This is the content object for each column.

Property

after

Data type

cObject

Description

This is a cObject placed after the columns-table.

Property

if

Data type

->if

Description

If "if" returns false, the columns are not rendered!

Property

stdWrap

Data type

->stdWrap

[tsref:(cObject).COLUMNS]