"TYPO3 4.0.1: tx_cssstyledcontent_pi1 Class Reference", "datetime" => "Sat Dec 2 19:27:04 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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.
|
Returns table attributes for uploads / tables.
Definition at line 847 of file class.tx_cssstyledcontent_pi1.php. |
|
Returns an object reference to the hook object if any
Definition at line 876 of file class.tx_cssstyledcontent_pi1.php. References t3lib_div::getUserObj(). Referenced by render_bullets(), and render_table(). |
|
Rendering the "Bulletlist" type content element, called from TypoScript (tt_content.bullets.20)
Definition at line 96 of file class.tx_cssstyledcontent_pi1.php. References $conf, hookRequest(), and t3lib_div::trimExplode(). |
|
Rendering the "Table" type content element, called from TypoScript (tt_content.table.20)
Definition at line 141 of file class.tx_cssstyledcontent_pi1.php. References $conf, hookRequest(), t3lib_div::intInRange(), tslib_pibase::pi_getFFvalue(), tslib_pibase::pi_initPIflexForm(), and t3lib_div::trimExplode(). |
|
Rendering the IMGTEXT content element, called from TypoScript (tt_content.textpic.20)
Definition at line 395 of file class.tx_cssstyledcontent_pi1.php. References t3lib_div::intInRange(), and t3lib_div::trimExplode(). |
|
Rendering the "Filelinks" type content element, called from TypoScript (tt_content.uploads.20)
Definition at line 283 of file class.tx_cssstyledcontent_pi1.php. References t3lib_div::getFileAbsFileName(), and t3lib_div::trimExplode(). |
|
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 render_bullets(), and render_table(). |