Attention
TYPO3 v9 has reached its end-of-life September 30th, 2021 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.
GMENUITEM¶
Additional properties for Menu item states¶
These properties are additionally available for the GMENU item states although the main object is declared to be GIFBUILDER.
It is evident that it is an unclean solution to introduce these properties on the same level as the GIFBUILDER object in a single situation like this. However this is how it irreversibly is and has been for a long time.
Property
noLink
Data type
boolean
Description
If set, the item is not linked!
Property
imgParams
Data type
params
Description
Parameters for the <img>-tag
Property
altTarget
Data type
string
Description
Alternative target which overrides the target defined for the GMENU
Property
altImgResource
Data type
imgResource
Description
Defines an alternative image to use. If an image returns here, it will override any GIFBUILDER configuration.
Property
ATagTitle
Data type
string /stdWrap
Description
which defines the title attribute of the a-tag. (See TMENUITEM also)
Property
additionalParams
Data type
string /stdWrap
Description
Define parameters that are added to the end of the URL. This must be code ready to insert after the last parameter.
For details, see typolink->additionalParams
Property
wrap
Data type
wrap
Description
Wrap of the menu item.
Property
subst_elementUid
Data type
boolean
Default
0 (false)
Description
If set, "{elementUid}" is substituted with the item uid.
Property
allStdWrap
Data type
->stdWrap
Description
stdWrap of the whole item
[tsref:(cObject).HMENU.(mObj).GMENUITEM]