"TYPO3 4.0.1: SC_wizard_rte Class Reference", "datetime" => "Sat Dec 2 19:25:37 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 | |
init () | |
main () | |
printContent () | |
checkEditAccess ($table, $uid) | |
Public Attributes | |
$doc | |
$content | |
$P | |
$popView |
Definition at line 81 of file wizard_rte.php.
|
Checks access for element
Definition at line 298 of file wizard_rte.php. References t3lib_BEfunc::fixVersioningPid(), and t3lib_BEfunc::getRecord(). Referenced by main(). |
|
Initialization of the class
Definition at line 99 of file wizard_rte.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Main function, rendering the document with the iframe with the RTE in.
Definition at line 123 of file wizard_rte.php. References checkEditAccess(), t3lib_BEfunc::fixVersioningPid(), t3lib_BEfunc::getRecord(), and t3lib_BEfunc::getWorkspaceVersionOfRecord(). |
|
Outputting the accumulated content to screen
Definition at line 285 of file wizard_rte.php. |