Public Member Functions | |
| make ($setup) | |
| frameParams ($setup, $typeNum) | |
| framesetParams ($setup) | |
Definition at line 7217 of file class.tslib_content.php.
| tslib_frameset::make | ( | $ | setup | ) |
Generates a frameset based on input configuration in a TypoScript array.
| array | The TypoScript properties of the PAGE object property "frameSet.". See link. |
Definition at line 7227 of file class.tslib_content.php.
| tslib_frameset::frameParams | ( | $ | setup, | |
| $ | typeNum | |||
| ) |
Creates the attributes for a <frame> tag based on a $conf array and the type number
| array | Configuration for the parameter generation for the FRAME set. See link | |
| integer | The typenumber to use for the link. |
Definition at line 7264 of file class.tslib_content.php.
| tslib_frameset::framesetParams | ( | $ | setup | ) |
Creates the attributes for a <frameset> tag based on a conf array ($setup)
| array | The setup array (TypoScript properties) |
Definition at line 7292 of file class.tslib_content.php.