Documentation TYPO3 par Ameos |
Public Member Functions | |
| start ($offset, $cMargins) | |
Public Attributes | |
| $offX = 0 | |
| $offY = 0 | |
| $tm = '' | |
| $lm = '' | |
| $rm = '' | |
| $bm = '' | |
| $content = '' | |
| $tmTDparams = 'valign="top"' | |
| $lmTDparams = 'valign="top"' | |
| $rmTDparams = 'valign="top"' | |
| $bmTDparams = 'valign="top"' | |
| $contentTDparams = 'valign="top"' | |
| $cMl = 1 | |
| $cMr = 1 | |
| $cMt = 0 | |
| $cMb = 1 | |
| $contentW = 0 | |
| $tableParams = 'border="0" cellspacing="0" cellpadding="0"' | |
Definition at line 7423 of file class.tslib_content.php.
| tslib_controlTable::start | ( | $ | offset, | |
| $ | cMargins | |||
| ) |
Wrapping internal vars ->tm, ->lm, ->rm, ->bm and ->content in a table where each content part is stored in a cell. The two arguments to this function defines some offsets and margins to use in the arrangement of the content in the table.
| string | List of offset parameters; x,y | |
| string | List of margin parameters; left, top, right, bottom |
Definition at line 7458 of file class.tslib_content.php.
References t3lib_div::intExplode().
1.4.6