Documentation TYPO3 par Ameos |
Public Member Functions | |
generate () | |
writeMenu () | |
getBeforeAfter ($pref) | |
addJScolorShiftFunction () | |
extProc_init () | |
extProc_RO ($key) | |
extProc_beforeLinking ($key) | |
extProc_afterLinking ($key) | |
extProc_beforeAllWrap ($item, $key) | |
extProc_finish () | |
generate () | |
writeMenu () | |
getBeforeAfter ($pref) | |
addJScolorShiftFunction () | |
extProc_init () | |
extProc_RO ($key) | |
extProc_beforeLinking ($key) | |
extProc_afterLinking ($key) | |
extProc_beforeAllWrap ($item, $key) | |
extProc_finish () |
Definition at line 1481 of file class.tslib_menu.php.
|
Adds a JavaScript function to the $GLOBALS['TSFE']->additionalJavaScript array
Definition at line 1680 of file class.tslib_menu.php. |
|
Adds a JavaScript function to the $GLOBALS['TSFE']->additionalJavaScript array
Definition at line 1680 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Called right after the creation of links for the menu item. This is also the last function call before the while-loop traversing menu items goes to the next item. This function MUST set $this->WMresult.=[HTML for menu item] to add the generated menu item to the internal accumulation of items.
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1736 of file class.tslib_menu.php. |
|
Called right after the creation of links for the menu item. This is also the last function call before the while-loop traversing menu items goes to the next item. This function MUST set $this->WMresult.=[HTML for menu item] to add the generated menu item to the internal accumulation of items.
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1736 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Called before the "allWrap" happens on the menu item.
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1753 of file class.tslib_menu.php. |
|
Called before the "allWrap" happens on the menu item.
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1753 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Called right before the creation of the link for the menu item
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1724 of file class.tslib_menu.php. |
|
Called right before the creation of the link for the menu item
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1724 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Called before the writeMenu() function returns (only if a menu was generated)
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1764 of file class.tslib_menu.php. |
|
Called before the writeMenu() function returns (only if a menu was generated)
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1764 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Called right before the traversing of $this->result begins. Can be used for various initialization
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1702 of file class.tslib_menu.php. |
|
Called right before the traversing of $this->result begins. Can be used for various initialization
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1702 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Called after all processing for RollOver of an element has been done.
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1713 of file class.tslib_menu.php. |
|
Called after all processing for RollOver of an element has been done.
Reimplemented in tslib_tmenu_layers, and tslib_tmenu_layers. Definition at line 1713 of file class.tslib_menu.php. Referenced by writeMenu(). |
|
Calls procesItemStates() so that the common configuration for the menu items are resolved into individual configuration per item. Sets the result for the new "normal state" in $this->result
Definition at line 1490 of file class.tslib_menu.php. References tslib_menu::procesItemStates(). |
|
Calls procesItemStates() so that the common configuration for the menu items are resolved into individual configuration per item. Sets the result for the new "normal state" in $this->result
Definition at line 1490 of file class.tslib_menu.php. References tslib_menu::procesItemStates(). |
|
Generates the before* and after* images for TMENUs
Definition at line 1650 of file class.tslib_menu.php. References t3lib_div::png_to_gif_by_imagemagick(). |
|
Generates the before* and after* images for TMENUs
Definition at line 1650 of file class.tslib_menu.php. References t3lib_div::png_to_gif_by_imagemagick(). Referenced by writeMenu(). |
|
Traverses the ->result array of menu items configuration (made by ->generate()) and renders each item. During the execution of this function many internal methods prefixed "extProc_" from this class is called and many of these are for now dummy functions. But they can be used for processing as they are used by the TMENU_LAYERS An instance of tslib_cObj is also made and for each menu item rendered it is loaded with the record for that page so that any stdWrap properties that applies will have the current menu items record available.
Definition at line 1506 of file class.tslib_menu.php. References addJScolorShiftFunction(), extProc_afterLinking(), extProc_beforeAllWrap(), extProc_beforeLinking(), extProc_finish(), extProc_init(), extProc_RO(), getBeforeAfter(), tslib_menu::getPageTitle(), tslib_menu::link(), t3lib_div::makeInstance(), tslib_menu::setATagParts(), t3lib_div::trimExplode(), and tslib_menu::userProcess(). |
|
Traverses the ->result array of menu items configuration (made by ->generate()) and renders each item. During the execution of this function many internal methods prefixed "extProc_" from this class is called and many of these are for now dummy functions. But they can be used for processing as they are used by the TMENU_LAYERS An instance of tslib_cObj is also made and for each menu item rendered it is loaded with the record for that page so that any stdWrap properties that applies will have the current menu items record available.
Definition at line 1506 of file class.tslib_menu.php. References addJScolorShiftFunction(), extProc_afterLinking(), extProc_beforeAllWrap(), extProc_beforeLinking(), extProc_finish(), extProc_init(), extProc_RO(), getBeforeAfter(), tslib_menu::getPageTitle(), tslib_menu::link(), t3lib_div::makeInstance(), tslib_menu::setATagParts(), t3lib_div::trimExplode(), and tslib_menu::userProcess(). |