Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 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 v11 here: TYPO3 ELTS.
Be.buttons.csh ViewHelper <f:be.buttons.csh>
ViewHelper which returns CSH (context sensitive help) button with icon.
Note
The CSH button 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.buttons.csh />
CSH button as known from the TYPO3 backend.
Full configuration:
<f:be.buttons.csh table="xMOD_csh_corebe" field="someCshKey" />
CSH button as known from the TYPO3 backend with some custom settings.
Full configuration with content:
<f:be.buttons.csh table="xMOD_csh_corebe" field="someCshKey">
some text to link
</f:be.buttons.csh>
A link with text "some text to link" to link the help.
Source code
Go to the source code of this ViewHelper: CshViewHelper.php (GitHub).
Arguments
The following arguments are available for <f:
:
table
-
- Type
- string
Table name ('_MOD_'+module name). If not set, the current module name will be used
field
-
- Type
- string
Field name (CSH locallang main key)
wrap
-
- Type
- string
Markup to wrap around the CSH, split by "|"