Attention
TYPO3 v12 has reached end-of-life as of April 30th 2026 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v12 here: TYPO3 ELTS.
Be.labels.csh ViewHelper <f:be.labels.csh>
Deprecated
ViewHelper which returns CSH (context sensitive help) label with icon hover.
Note
The CSH label will only work, if the current BE user has the "Context Sensitive Help mode" set to something else than "Display no help information" in the Users settings.
Note
This ViewHelper is experimental!
Examples
Default:
<f:be.labels.csh />
CSH label as known from the TYPO3 backend.
Full configuration:
<f:be.labels.csh table="xMOD_csh_corebe" field="someCshKey" label="lang/Resources/Private/Language/locallang/header.languages" />
CSH label as known from the TYPO3 backend with some custom settings.
Go to the source code of this ViewHelper: Be\Labels\CshViewHelper.php (GitHub).
Arguments
The following arguments are available for the be.labels.csh ViewHelper:
field
-
- Type
- string
- Default
- ''
Field name (CSH locallang main key)
label
-
- Type
- string
- Default
- ''
Language label which is wrapped with the CSH
table
-
- Type
- string
Table name ('_MOD_'+module name). If not set, the current module name will be used