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 81 of file alt_main.php.
| 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 415 of file alt_main.php.
References $GLOBALS, 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::generateJScode | ( | ) |
Generates the JavaScript code for the frameset.
Definition at line 134 of file alt_main.php.
References $GLOBALS, auth_timeout_field, t3lib_div::dirname(), editPageHandling(), t3lib_div::getIndpEnv(), t3lib_BEfunc::isModuleSetInTBE_MODULES(), and startModule().
Referenced by main().
| SC_alt_main::init | ( | ) |
Initialization of the script class
Definition at line 112 of file alt_main.php.
References $TBE_STYLES, and t3lib_div::makeInstance().
| SC_alt_main::main | ( | ) |
Creates the header and frameset of the backend interface
Definition at line 493 of file alt_main.php.
References $GLOBALS, $TYPO3_CONF_VARS, and generateJScode().
| SC_alt_main::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 568 of file alt_main.php.
| SC_alt_main::startModule | ( | ) |
Sets the startup module from either GETvars module and mpdParams or user configuration.
Definition at line 466 of file alt_main.php.
References $module, and t3lib_div::_GET().
Referenced by generateJScode().
| SC_alt_main::$alt_menuObj |
Definition at line 99 of file alt_main.php.
| SC_alt_main::$content |
Definition at line 84 of file alt_main.php.
| SC_alt_main::$leftMenuFrameW = 130 |
Definition at line 102 of file alt_main.php.
| SC_alt_main::$loadModules |
Definition at line 92 of file alt_main.php.
| SC_alt_main::$mainJScode |
Definition at line 85 of file alt_main.php.
| SC_alt_main::$selMenuFrame = 130 |
Definition at line 103 of file alt_main.php.
| SC_alt_main::$shortcutFrameH = 30 |
Definition at line 105 of file alt_main.php.
| SC_alt_main::$topFrameH = 32 |
Definition at line 104 of file alt_main.php.
1.4.7