Documentation TYPO3 par Ameos |
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.
tslib_gmenu_foldout::extProc_init | ( | ) |
Initializing, setting internal variables (prefixed WM)
Reimplemented from tslib_gmenu.
Definition at line 96 of file gmenu_foldout.php.
tslib_gmenu_foldout::extProc_beforeLinking | ( | $ | key | ) |
Processing before the links are created. Basically this is setting an onclick handler for clicking the menu item.
integer | Pointer to $this->menuArr[$key] where the current menu element record is found |
Reimplemented from tslib_gmenu.
Definition at line 117 of file gmenu_foldout.php.
References tslib_menu::getMPvar(), tslib_menu::isActive(), and tslib_menu::subMenu().
tslib_gmenu_foldout::extProc_afterLinking | ( | $ | key | ) |
Processing after linking, basically setting the
integer | Pointer to $this->menuArr[$key] where the current menu element record is found |
Reimplemented from tslib_gmenu.
Definition at line 134 of file gmenu_foldout.php.
tslib_gmenu_foldout::extProc_finish | ( | ) |
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().