De:TSref/TMENU
From TYPO3Wiki
| TypoScript Referenz - TMENU |
|
||||
This page is document in progress. TypoScript (Liste TypoScript)
[edit]
TMENU
| Eigenschaft | Datentyp | Kommentar | Standardwert |
| expAll | boolean | If this is true, the menu will always show the menu on the level underneath the menuitem. This corresponds to a situation where a user has clicked a menuitem and the menu folds out the next level. This can enable that to happen on all items as default. | |
| collapse | boolean | If set, "active" menuitems that has expanded the next level on the menu will now collapse that menu again. | |
| accessKey | boolean | If set access-keys are set on the menu-links | |
| noBlur | boolean | Normally links are "blurred" if the browser is MSIE. Blurring removes the ugly box around a clicked link.
If this property is set, the link is NOT blurred (browser-default) with "onFocus". | |
| target | target | Target of the menulinks | self |
| forceTypeValue | int | If set, the &type parameter of the link is forced to this value regardless of target. | |
| stdWrap | stdWrap | Wraps the whole item using stdWrap
Example: see GMENU.stdWrap | |
| wrap | wrap | Wraps only if there were items in the menu! | |
| IProcFunc | function-name | The internal array āIā is passed to this function and expected returned as well. Subsequent to this function call the menu item is compiled by implode()'ing the array $I[parts] in the passed array. Thus you may modify this if you need to.
See example on the testsite and in media/scripts/example_itemArrayProcFunc.php | |
| [Common Item States, see above] MENUITEM | TMENUITEM | This is the TMENUITEM-options for each category of menuitem that can be generated.
SPECIAL: The OptionSplit function is run on the whole GIFBUILDER-configuration before the items are generated. |
[tsref:(cObject).HMENU.(mObj).TMENU]
