Attention

TYPO3 v10 has reached end-of-life as of April 30th 2023 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 v10 here: TYPO3 ELTS.

be.buttons.shortcut

ViewHelper which returns shortcut button with icon.

Note

This ViewHelper is experimental!

Examples

Default:

<f:be.buttons.shortcut />

Shortcut button as known from the TYPO3 backend. By default the current page id, module name and all module arguments will be stored.

Explicitly set parameters to be stored in the shortcut:

<f:be.buttons.shortcut getVars="{0: 'route', 1: 'myOwnPrefix'}" setVars="{0: 'function'}" />

Shortcut button as known from the TYPO3 backend. This time only the specified GET parameters and SET[]-settings will be stored.

Arguments

getVars

DataType

mixed

Default

array ()

Required

false

Description

List of GET variables to store. By default the current id, module and all module arguments will be stored

setVars

DataType

mixed

Default

array ()

Required

false

Description

List of SET[] variables to store. See ModuleTemplate::makeShortcutIcon(). Normally won't be used by Extbase modules