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

Deprecated

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

Examples

Default:

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

CSH button as known from the TYPO3 backend.

Full configuration:

<f:be.buttons.csh table="xMOD_csh_corebe" field="someCshKey" />
Copied!

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

A link with text "some text to link" to link the help.

Source code

Go to the source code of this ViewHelper: Be\Buttons\CshViewHelper.php (GitHub).

Arguments

The following arguments are available for the be.buttons.csh ViewHelper:

field
Type
string
Default
''
Field name (CSH locallang main key)
table
Type
string
Table name ('_MOD_'+module name). If not set, the current module name will be used
wrap
Type
string
Default
''
Markup to wrap around the CSH, split by "|"