Fonctions membres publiques | |
| start ($offset, $cMargins) | |
Attributs publics | |
| $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"' | |
| 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 |
| tslib_controlTable::$offX = 0 |
| tslib_controlTable::$offY = 0 |
| tslib_controlTable::$tm = '' |
| tslib_controlTable::$lm = '' |
| tslib_controlTable::$rm = '' |
| tslib_controlTable::$bm = '' |
| tslib_controlTable::$content = '' |
| tslib_controlTable::$tmTDparams = 'valign="top"' |
| tslib_controlTable::$lmTDparams = 'valign="top"' |
| tslib_controlTable::$rmTDparams = 'valign="top"' |
| tslib_controlTable::$bmTDparams = 'valign="top"' |
| tslib_controlTable::$contentTDparams = 'valign="top"' |
| tslib_controlTable::$cMl = 1 |
| tslib_controlTable::$cMr = 1 |
| tslib_controlTable::$cMt = 0 |
| tslib_controlTable::$cMb = 1 |
| tslib_controlTable::$contentW = 0 |
| tslib_controlTable::$tableParams = 'border="0" cellspacing="0" cellpadding="0"' |
1.5.3