Documentation TYPO3 par Ameos |
Public Member Functions | |
render_bullets ($content, $conf) | |
render_table ($content, $conf) | |
render_uploads ($content, $conf) | |
render_textpic ($content, $conf) | |
getTableAttributes ($conf, $type) | |
& | hookRequest ($functionName) |
Public Attributes | |
$prefixId = 'tx_cssstyledcontent_pi1' | |
$scriptRelPath = 'pi1/class.tx_cssstyledcontent_pi1.php' | |
$extKey = 'css_styled_content' | |
$conf = array() |
Definition at line 68 of file class.tx_cssstyledcontent_pi1.php.
tx_cssstyledcontent_pi1::render_bullets | ( | $ | content, | |
$ | conf | |||
) |
Rendering the "Bulletlist" type content element, called from TypoScript (tt_content.bullets.20)
string | Content input. Not used, ignore. | |
array | TypoScript configuration |
Definition at line 96 of file class.tx_cssstyledcontent_pi1.php.
References $conf, hookRequest(), and t3lib_div::trimExplode().
tx_cssstyledcontent_pi1::render_table | ( | $ | content, | |
$ | conf | |||
) |
Rendering the "Table" type content element, called from TypoScript (tt_content.table.20)
string | Content input. Not used, ignore. | |
array | TypoScript configuration |
Definition at line 141 of file class.tx_cssstyledcontent_pi1.php.
References $conf, getTableAttributes(), hookRequest(), t3lib_div::intInRange(), tslib_pibase::pi_getFFvalue(), tslib_pibase::pi_initPIflexForm(), and t3lib_div::trimExplode().
tx_cssstyledcontent_pi1::render_uploads | ( | $ | content, | |
$ | conf | |||
) |
Rendering the "Filelinks" type content element, called from TypoScript (tt_content.uploads.20)
string | Content input. Not used, ignore. | |
array | TypoScript configuration |
Definition at line 283 of file class.tx_cssstyledcontent_pi1.php.
References $conf, t3lib_div::getFileAbsFileName(), getTableAttributes(), hookRequest(), and t3lib_div::trimExplode().
tx_cssstyledcontent_pi1::render_textpic | ( | $ | content, | |
$ | conf | |||
) |
Rendering the IMGTEXT content element, called from TypoScript (tt_content.textpic.20)
string | Content input. Not used, ignore. | |
array | TypoScript configuration. See TSRef "IMGTEXT". This function aims to be compatible. |
Definition at line 395 of file class.tx_cssstyledcontent_pi1.php.
References $conf, hookRequest(), t3lib_div::intInRange(), t3lib_div::makeInstance(), and t3lib_div::trimExplode().
tx_cssstyledcontent_pi1::getTableAttributes | ( | $ | conf, | |
$ | type | |||
) |
Returns table attributes for uploads / tables.
array | TypoScript configuration array | |
integer | The "layout" type |
Definition at line 844 of file class.tx_cssstyledcontent_pi1.php.
References $conf.
Referenced by render_table(), and render_uploads().
& tx_cssstyledcontent_pi1::hookRequest | ( | $ | functionName | ) |
Returns an object reference to the hook object if any
string | Name of the function you want to call / hook key |
Definition at line 873 of file class.tx_cssstyledcontent_pi1.php.
References t3lib_div::getUserObj().
Referenced by render_bullets(), render_table(), render_textpic(), and render_uploads().
tx_cssstyledcontent_pi1::$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 74 of file class.tx_cssstyledcontent_pi1.php.
Referenced by getTableAttributes(), render_bullets(), render_table(), render_textpic(), and render_uploads().