Documentation TYPO3 par Ameos |
Public Member Functions | |
| init () | |
| main () | |
| printContent () | |
| checkEditAccess ($table, $uid) | |
Public Attributes | |
| $doc | |
| $content | |
| $P | |
| $popView | |
Definition at line 81 of file wizard_rte.php.
| SC_wizard_rte::init | ( | ) |
Initialization of the class
Definition at line 99 of file wizard_rte.php.
References t3lib_div::_GP(), and t3lib_div::makeInstance().
| SC_wizard_rte::main | ( | ) |
Main function, rendering the document with the iframe with the RTE in.
Definition at line 123 of file wizard_rte.php.
References t3lib_BEfunc::BEgetRootLine(), checkEditAccess(), t3lib_BEfunc::fixVersioningPid(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getWorkspaceVersionOfRecord(), t3lib_extMgm::isLoaded(), t3lib_div::linkThisScript(), t3lib_div::makeInstance(), t3lib_BEfunc::RTEgetObj(), and t3lib_BEfunc::viewOnClick().
| SC_wizard_rte::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 285 of file wizard_rte.php.
| SC_wizard_rte::checkEditAccess | ( | $ | table, | |
| $ | uid | |||
| ) |
Checks access for element
| string | Table name | |
| integer | Record uid |
Definition at line 298 of file wizard_rte.php.
References t3lib_BEfunc::fixVersioningPid(), and t3lib_BEfunc::getRecord().
Referenced by main().
1.4.6