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.

OTABLE

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.

Creates a simple table. You can set an offset and some parameters for the table tag.

Property

offset

Data type

x,y /stdWrap

Description

Offset from upper left corner.

Note:

Actually the data type is "x,y,r,b,w,h" and stdWrap:

x,y is the offset from upper left corner.

r,b is the offset (margin) to right and bottom.

w is the required width of the content field.

h is the required height of the content field.

All measures are in pixels.

Property

1,2,3,4...

Data type

cObject

Property

tableParams

Data type

<TABLE>-params /stdWrap

Description

Attributes of the table tag.

Default

border="0" cellspacing="0" cellpadding="0"

Property

stdWrap

Data type

->stdWrap

[tsref:(cObject).OTABLE]

Example:

top.100 = OTABLE
top.100.offset = 310,8
top.100.tableParams = border="1" style="border-spacing: 0px;"
top.100.1 < temp.topmenu