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.
OTABLE¶
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
tableParams
Data type
<TABLE>-params /stdWrap
Description
Attributes of the table tag.
Default
border="0" cellspacing="0" cellpadding="0"
[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