Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
generateJScode () | |
editPageHandling () | |
startModule () | |
main () | |
printContent () | |
Public Attributes | |
$content | |
$mainJScode | |
$loadModules | |
$alt_menuObj | |
$leftMenuFrameW = 130 | |
$selMenuFrame = 130 | |
$topFrameH = 32 | |
$shortcutFrameH = 30 |
Definition at line 72 of file alt_main.php.
SC_alt_main::init | ( | ) |
Initialization of the script class
Definition at line 91 of file alt_main.php.
References t3lib_div::makeInstance().
SC_alt_main::generateJScode | ( | ) |
Generates the JavaScript code for the frameset.
Definition at line 113 of file alt_main.php.
References t3lib_div::dirname(), editPageHandling(), t3lib_div::getIndpEnv(), t3lib_BEfunc::isModuleSetInTBE_MODULES(), and startModule().
Referenced by main().
SC_alt_main::editPageHandling | ( | ) |
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 386 of file alt_main.php.
References t3lib_div::_GET(), t3lib_BEfunc::getRecordsByField(), t3lib_BEfunc::getRecordWSOL(), t3lib_extMgm::isLoaded(), t3lib_BEfunc::openPageTree(), t3lib_div::testInt(), and t3lib_BEfunc::workspaceOL().
Referenced by generateJScode().
SC_alt_main::startModule | ( | ) |
Sets the startup module from either GETvars module and mpdParams or user configuration.
Definition at line 437 of file alt_main.php.
References t3lib_div::_GET().
Referenced by generateJScode().
SC_alt_main::main | ( | ) |
Creates the header and frameset of the backend interface
Definition at line 459 of file alt_main.php.
References generateJScode().
SC_alt_main::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 533 of file alt_main.php.