tslib_frameset Class Reference

List of all members.

Public Member Functions

 make ($setup)
 frameParams ($setup, $typeNum)
 framesetParams ($setup)


Detailed Description

Definition at line 7217 of file class.tslib_content.php.


Member Function Documentation

tslib_frameset::make ( setup  ) 

Generates a frameset based on input configuration in a TypoScript array.

Parameters:
array The TypoScript properties of the PAGE object property "frameSet.". See link.
Returns:
string A <frameset> tag.
See also:
TSpagegen::renderContentWithHeader() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=343&cHash=41ca925386

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

Parameters:
array Configuration for the parameter generation for the FRAME set. See link
integer The typenumber to use for the link.
Returns:
string String with attributes for the frame-tag. With a prefixed space character. private make(), t3lib_TStemplate::linkData()

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)

Parameters:
array The setup array (TypoScript properties)
Returns:
string Attributes with preceeding space. private
See also:
make()

Definition at line 7292 of file class.tslib_content.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!