|
TYPO3 API
SVNRelease
|
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,: | The TYPO3AJAX object of this request |
Definition at line 406 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 280 of file alt_db_navframe.php.
References $GLOBALS, t3lib_BEfunc\cshItem(), t3lib_div\getIndpEnv(), and t3lib_iconWorks\getSpriteIcon().
Referenced by main().
| SC_alt_db_navframe::getWorkspaceInfo | ( | ) | [protected] |
Create the workspace information
Definition at line 317 of file alt_db_navframe.php.
References $GLOBALS, t3lib_iconWorks\getSpriteIcon(), tx_Workspaces_Service_Workspaces\getWorkspaceTitle(), and t3lib_extMgm\isLoaded().
Referenced by main().
| SC_alt_db_navframe::init | ( | ) |
Initialiation of the class
Definition at line 96 of file alt_db_navframe.php.
References $BACK_PATH, $BE_USER, t3lib_div\_GP(), initializeTemporaryDBmount(), and t3lib_div\makeInstance().
Referenced by ajaxExpandCollapse().
| SC_alt_db_navframe::initializeTemporaryDBmount | ( | ) |
Getting temporary DB mount
Definition at line 352 of file alt_db_navframe.php.
References $BE_USER, t3lib_div\intInRange(), t3lib_BEfunc\readPageAccess(), and settingTemporaryMountPoint().
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, $BE_USER, $GLOBALS, and t3lib_div\makeInstance().
| SC_alt_db_navframe::main | ( | ) |
Main function, rendering the browsable page tree
Definition at line 203 of file alt_db_navframe.php.
References $CLIENT, $GLOBALS, t3lib_div\fixed_lgd_cs(), getButtons(), t3lib_iconWorks\getSpriteIcon(), getWorkspaceInfo(), t3lib_message_AbstractMessage\INFO, t3lib_div\linkThisScript(), and t3lib_div\makeInstance().
| SC_alt_db_navframe::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 271 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 387 of file alt_db_navframe.php.
References $GLOBALS.
Referenced by initializeTemporaryDBmount().
| 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.7.5.1