TYPO3 API  SVNRelease
Public Member Functions | Public Attributes | Protected Member Functions
SC_alt_file_navframe Class Reference

List of all members.

Public Member Functions

 init ()
 initPage ()
 main ()
 printContent ()
 ajaxExpandCollapse ($params, $ajaxObj)

Public Attributes

 $content
 $foldertree
 $doc
 $backPath
 $currentSubScript
 $cMR

Protected Member Functions

 getButtons ()

Detailed Description

Definition at line 70 of file alt_file_navframe.php.


Member Function Documentation

SC_alt_file_navframe::ajaxExpandCollapse ( params,
ajaxObj 
)

Makes the AJAX call to expand or collapse the foldertree. Called by typo3/ajax.php

Parameters:
array$params,:additional parameters (not used here)
TYPO3AJAX$ajaxObj,:The TYPO3AJAX object of this request
Returns:
void

Definition at line 295 of file alt_file_navframe.php.

References $ajaxObj, and init().

SC_alt_file_navframe::getButtons ( ) [protected]

Create the panel of buttons for submitting the form or otherwise perform operations.

Returns:
array all available buttons as an assoc. array

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

Returns:
void

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

Returns:
void

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

Returns:
void

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

Returns:
void

Definition at line 255 of file alt_file_navframe.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: