"TYPO3 4.0.1: alt_menu_functions Class Reference", "datetime" => "Sat Dec 2 19:24:46 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
topMenu ($theModules, $dontLink=0, $backPath='', $descr=0) | |
getNavFramePrefix ($moduleInfo, $subModuleInfo=array()) | |
mIconFile ($Ifilename, $backPath) | |
mIconFilename ($Ifilename, $backPath) | |
topButtons () | |
adminButtons () | |
adminFunctions ($backPath) | |
wrapLinkWithAB ($link) | |
Public Attributes | |
$fsMod = array() |
Definition at line 73 of file class.alt_menu_functions.inc.
|
Returns logout button.
Definition at line 544 of file class.alt_menu_functions.inc. References adminFunctions(). |
|
Returns array with parts from which the admin functions can be constructed.
Definition at line 563 of file class.alt_menu_functions.inc. References t3lib_div::getIndpEnv(). Referenced by adminButtons(), and topMenu(). |
|
Returns a prefix used to call the navframe with parameters to call the scripts defined in the modules info array.
Definition at line 473 of file class.alt_menu_functions.inc. References t3lib_div::resolveBackPath(), and wrapLinkWithAB(). Referenced by topMenu(). |
|
Returns $Ifilename readable for script in PATH_typo3. That means absolute names are just returned while relative names are prepended with $backPath (pointing back to typo3/ dir)
Definition at line 504 of file class.alt_menu_functions.inc. References t3lib_div::isAbsPath(). Referenced by topMenu(). |
|
Returns relative filename to the $Ifilename (for use in img-tags)
Definition at line 519 of file class.alt_menu_functions.inc. References t3lib_div::isAbsPath(). Referenced by topMenu(). |
|
Returns logout button.
Definition at line 531 of file class.alt_menu_functions.inc. |
|
Creates the menu of modules. $descr determines the type of menu made: 0 = Ordinary vertical menu 1 = Descriptions for 'About modules' display 2 = selector-box menu 3 = topmenu - horizontal line of icons! 4 = part of JavaScript switch contruct for alt_main.php frameset.
Definition at line 94 of file class.alt_menu_functions.inc. References t3lib_div::_GP(), adminFunctions(), getNavFramePrefix(), mIconFile(), mIconFilename(), t3lib_div::resolveBackPath(), and wrapLinkWithAB(). |
|
Appends a '?' if there is none in the string already
Definition at line 596 of file class.alt_menu_functions.inc. Referenced by getNavFramePrefix(), and topMenu(). |