Documentation TYPO3 par Ameos |
Public Member Functions | |
isAvailable () | |
drawRTE (&$pObj, $table, $field, $row, $PA, $specConf, $thisConfig, $RTEtypeVal, $RTErelPath, $thePidValue) | |
loaderFunc ($formname) | |
Public Attributes | |
$RTEdivStyle | |
$ID = 'rte' | |
$debugMode = FALSE |
Definition at line 58 of file class.tx_rte_base.php.
|
Draws the RTE as an iframe for MSIE 5+
Reimplemented from t3lib_rteapi. Definition at line 103 of file class.tx_rte_base.php. References $RTEdivStyle, loaderFunc(), and t3lib_rteapi::transformContent(). |
|
Returns true if the RTE is available. Here you check if the browser requirements are met. If there are reasons why the RTE cannot be displayed you simply enter them as text in ->errorLog
Reimplemented from t3lib_rteapi. Definition at line 74 of file class.tx_rte_base.php. References t3lib_div::devLog(). |
|
Return the function for loading the RTEs
Definition at line 155 of file class.tx_rte_base.php. Referenced by drawRTE(). |