Be.labels.csh ViewHelper <f:be.labels.csh>

Deprecated

ViewHelper which returns CSH (context sensitive help) label with icon hover.

Examples

Default:

<f:be.labels.csh />
Copied!

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" />
Copied!

CSH label as known from the TYPO3 backend with some custom settings.

Source code

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

field
Type
string
Default
''
Field name (CSH locallang main key)

label

label
Type
string
Default
''
Language label which is wrapped with the CSH

table

table
Type
string
Table name ('_MOD_'+module name). If not set, the current module name will be used