|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| init () | |
| initPage () | |
| main () | |
| printContent () | |
| ajaxExpandCollapse ($params, $ajaxObj) | |
Public Attributes | |
| $content | |
| $foldertree | |
| $doc | |
| $backPath | |
| $currentSubScript | |
| $cMR | |
Protected Member Functions | |
| getButtons () | |
Definition at line 70 of file alt_file_navframe.php.
| SC_alt_file_navframe::ajaxExpandCollapse | ( | $ | params, |
| $ | ajaxObj | ||
| ) |
Makes the AJAX call to expand or collapse the foldertree. Called by typo3/ajax.php
| array | $params,: | additional parameters (not used here) |
| TYPO3AJAX | $ajaxObj,: | The TYPO3AJAX object of this request |
Definition at line 295 of file alt_file_navframe.php.
| SC_alt_file_navframe::getButtons | ( | ) | [protected] |
Create the panel of buttons for submitting the form or otherwise perform operations.
Definition at line 264 of file alt_file_navframe.php.
References $GLOBALS, t3lib_BEfunc\cshItem(), t3lib_div\getIndpEnv(), and t3lib_iconWorks\getSpriteIcon().
Referenced by main().
| SC_alt_file_navframe::init | ( | ) |
Initialiation of the script class
Definition at line 94 of file alt_file_navframe.php.
References $BACK_PATH, $BE_USER, t3lib_div\_GP(), and t3lib_div\makeInstance().
Referenced by ajaxExpandCollapse().
| SC_alt_file_navframe::initPage | ( | ) |
initialization for the visual parts of the class Use template rendering only if this is a non-AJAX call
Definition at line 117 of file alt_file_navframe.php.
References $BACK_PATH, $BE_USER, $CLIENT, $GLOBALS, t3lib_div\getMaxUploadFileSize(), and t3lib_div\makeInstance().
| SC_alt_file_navframe::main | ( | ) |
Main function, rendering the folder tree
Definition at line 214 of file alt_file_navframe.php.
References $CLIENT, $GLOBALS, getButtons(), and t3lib_iconWorks\skinImg().
| SC_alt_file_navframe::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 255 of file alt_file_navframe.php.
| SC_alt_file_navframe::$backPath |
Definition at line 82 of file alt_file_navframe.php.
| SC_alt_file_navframe::$cMR |
Definition at line 86 of file alt_file_navframe.php.
| SC_alt_file_navframe::$content |
Definition at line 73 of file alt_file_navframe.php.
| SC_alt_file_navframe::$currentSubScript |
Definition at line 85 of file alt_file_navframe.php.
| SC_alt_file_navframe::$doc |
Definition at line 81 of file alt_file_navframe.php.
| SC_alt_file_navframe::$foldertree |
Definition at line 74 of file alt_file_navframe.php.
1.7.5.1