be.buttons.csh

View helper 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 view helper is experimental!

Examples

Default:

<f:be.buttons.csh />

Output:

CSH button as known from the TYPO3 backend.

Full configuration:

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

Output:

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

Arguments

table

DataType
string
Required
true
Description
Table name (‘_MOD_’+module name). If not set, the current module name will be used

field

DataType
string
Required
true
Description
Field name (CSH locallang main key)

wrap

DataType
string
Required
true
Description
Markup to wrap around the CSH, split by “|”