Documentation TYPO3 par Ameos |
Public Member Functions | |
make ($setup) | |
frameParams ($setup, $typeNum) | |
framesetParams ($setup) |
Definition at line 7210 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 7220 of file class.tslib_content.php.
References t3lib_div::makeInstance(), and t3lib_TStemplate::sortedKeyList().
tslib_frameset::frameParams | ( | $ | setup, | |
$ | typeNum | |||
) |
Creates the attributes for at <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 7257 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 7300 of file class.tslib_content.php.