Public Member Functions | |
| init () | |
| initPage () | |
| main () | |
| printContent () | |
| initializeTemporaryDBmount () | |
| settingTemporaryMountPoint ($pageId) | |
| ajaxExpandCollapse ($params, &$ajaxObj) | |
Public Attributes | |
| $content | |
| $pagetree | |
| $doc | |
| $active_tempMountPoint = 0 | |
| $backPath | |
| $currentSubScript | |
| $cMR | |
| $setTempDBmount | |
| $template | |
| $hasFilterBox | |
Protected Member Functions | |
| getButtons () | |
| getWorkspaceInfo () | |
Definition at line 68 of file alt_db_navframe.php.
| SC_alt_db_navframe::ajaxExpandCollapse | ( | $ | params, | |
| &$ | ajaxObj | |||
| ) |
Makes the AJAX call to expand or collapse the pagetree. Called by typo3/ajax.php
| array | $params: additional parameters (not used here) | |
| TYPO3AJAX | &$ajaxObj: reference of the TYPO3AJAX object of this request |
Definition at line 378 of file alt_db_navframe.php.
| SC_alt_db_navframe::getButtons | ( | ) | [protected] |
Create the panel of buttons for submitting the form or otherwise perform operations.
Definition at line 257 of file alt_db_navframe.php.
References t3lib_div::getIndpEnv().
Referenced by main().
| SC_alt_db_navframe::getWorkspaceInfo | ( | ) | [protected] |
Create the workspace information
Definition at line 284 of file alt_db_navframe.php.
| SC_alt_db_navframe::init | ( | ) |
Initialiation of the class
Definition at line 96 of file alt_db_navframe.php.
References $BACK_PATH, t3lib_div::_GP(), initializeTemporaryDBmount(), and t3lib_div::makeInstance().
| SC_alt_db_navframe::initializeTemporaryDBmount | ( | ) |
Getting temporary DB mount
Definition at line 324 of file alt_db_navframe.php.
Referenced by init().
| SC_alt_db_navframe::initPage | ( | ) |
initialization for the visual parts of the class Use template rendering only if this is a non-AJAX call
Definition at line 138 of file alt_db_navframe.php.
References $BACK_PATH, $GLOBALS, and t3lib_div::makeInstance().
| SC_alt_db_navframe::main | ( | ) |
Main function, rendering the browsable page tree
Definition at line 194 of file alt_db_navframe.php.
References $CLIENT, $GLOBALS, t3lib_div::fixed_lgd_cs(), getButtons(), and t3lib_iconWorks::skinImg().
| SC_alt_db_navframe::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 248 of file alt_db_navframe.php.
| SC_alt_db_navframe::settingTemporaryMountPoint | ( | $ | pageId | ) |
Setting temporary page id as DB mount
| integer | The page id to set as DB mount |
Definition at line 359 of file alt_db_navframe.php.
| SC_alt_db_navframe::$active_tempMountPoint = 0 |
Definition at line 80 of file alt_db_navframe.php.
| SC_alt_db_navframe::$backPath |
Definition at line 81 of file alt_db_navframe.php.
| SC_alt_db_navframe::$cMR |
Definition at line 85 of file alt_db_navframe.php.
| SC_alt_db_navframe::$content |
Definition at line 71 of file alt_db_navframe.php.
| SC_alt_db_navframe::$currentSubScript |
Definition at line 84 of file alt_db_navframe.php.
| SC_alt_db_navframe::$doc |
Definition at line 79 of file alt_db_navframe.php.
| SC_alt_db_navframe::$hasFilterBox |
Definition at line 89 of file alt_db_navframe.php.
| SC_alt_db_navframe::$pagetree |
Definition at line 72 of file alt_db_navframe.php.
| SC_alt_db_navframe::$setTempDBmount |
Definition at line 86 of file alt_db_navframe.php.
| SC_alt_db_navframe::$template |
Definition at line 88 of file alt_db_navframe.php.
1.4.7