"TYPO3 4.0.1: tslib_gmenu_foldout Class Reference", "datetime" => "Sat Dec 2 19:26:53 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 | |
extProc_init () | |
extProc_beforeLinking ($key) | |
extProc_afterLinking ($key) | |
extProc_finish () | |
Public Attributes | |
$GMENU_fixKey = 'foldout' | |
$WMarrowNO | |
$WMarrowACT | |
$WMimagesFlag | |
$WMimageHTML | |
$WMsubmenu | |
$WMtableWrap | |
$WM_activeOnLoad = '' |
Definition at line 80 of file gmenu_foldout.php.
|
Processing after linking, basically setting the -layers for the menu items and possibly wrapping in table, adding bullet images.
Reimplemented from tslib_gmenu. Definition at line 134 of file gmenu_foldout.php. |
|
Processing before the links are created. Basically this is setting an onclick handler for clicking the menu item.
Reimplemented from tslib_gmenu. Definition at line 117 of file gmenu_foldout.php. References tslib_menu::getMPvar(), tslib_menu::isActive(), and tslib_menu::subMenu(). |
|
Putting things together, in particular the JavaScript code needed for the DHTML menu.
Reimplemented from tslib_gmenu. Definition at line 160 of file gmenu_foldout.php. References t3lib_div::intExplode(), and t3lib_div::intInRange(). |
|
Initializing, setting internal variables (prefixed WM)
Reimplemented from tslib_gmenu. Definition at line 96 of file gmenu_foldout.php. |