Documentation TYPO3 par Ameos |
Public Member Functions | |
render_clickenlarge ($content, $conf) | |
Public Attributes | |
$prefixId = 'tx_rtehtmlarea_pi3' | |
$scriptRelPath = 'pi3/class.tx_rtehtmlarea_pi3.php' | |
$extKey = 'rtehtmlarea' | |
$conf = array() | |
$cObj |
Definition at line 37 of file class.tx_rtehtmlarea_pi3.php.
tx_rtehtmlarea_pi3::render_clickenlarge | ( | $ | content, | |
$ | conf | |||
) |
Rendering the "clickenlarge" custom attribute, called from TypoScript
string | Content input. Not used, ignore. | |
array | TypoScript configuration |
Definition at line 54 of file class.tx_rtehtmlarea_pi3.php.
References $conf, and t3lib_div::implodeAttributes().
tx_rtehtmlarea_pi3::$conf = array() |
Should normally be set in the main function with the TypoScript content passed to the method.
$conf[LOCAL_LANG][_key_] is reserved for Local Language overrides. $conf[userFunc] / $conf[includeLibs] reserved for setting up the USER / USER_INT object. See TSref
Reimplemented from tslib_pibase.
Definition at line 43 of file class.tx_rtehtmlarea_pi3.php.
Referenced by render_clickenlarge().