Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
generateJScode () | |
editPageHandling () | |
main () | |
printContent () | |
Public Attributes | |
$content | |
$mainJScode | |
$loadModules | |
$alt_menuObj | |
$leftMenuFrameW = 130 | |
$selMenuFrame = 130 | |
$topFrameH = 32 | |
$shortcutFrameH = 30 |
Definition at line 71 of file alt_main.php.
|
Checking if the "&edit" variable was sent so we can open for editing the page. Code based on code from "alt_shortcut.php"
Definition at line 370 of file alt_main.php. References t3lib_div::_GET(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getRecordsByField(), t3lib_extMgm::isLoaded(), t3lib_BEfunc::openPageTree(), and t3lib_div::testInt(). |
|
Generates the JavaScript code for the frameset.
Definition at line 112 of file alt_main.php. References t3lib_div::dirname(), t3lib_div::getIndpEnv(), and t3lib_BEfunc::isModuleSetInTBE_MODULES(). |
|
Initialization of the script class
Definition at line 90 of file alt_main.php. References t3lib_div::makeInstance(). |
|
Creates the header and frameset of the backend interface
Definition at line 420 of file alt_main.php. |
|
Outputting the accumulated content to screen
Definition at line 494 of file alt_main.php. |