Package

ViewHelpers

ViewHelper Documentation

uri.action

A view helper for creating URIs to extbase actions.

= Examples =

<f:uri.action action="show" /> index.php?id=123&tx_myextension_plugin[action]=show&tx_myextension_plugin[controller]=Standard&cHash=xyz (depending on the current page and your TS configuration)

Arguments

action string

Target action

arguments string

Arguments

controller string

Target controller. If NULL current controllerName is used

extensionName string

Target Extension Name (without "tx_" prefix and no underscores). If NULL the current extension name is used

pluginName string

Target plugin. If empty, the current plugin name is used

pageUid string

target page. See TypoLink destination

pageType string

type of the target page. See typolink.parameter

noCache string

set this to disable caching for the target page. You should not need this.

noCacheHash string

set this to supress the cHash query parameter created by TypoLink. You should not need this.

section string

the anchor to be added to the URI

format string

The requested format, e.g. ".html

linkAccessRestrictedPages string

If set, links pointing to access restricted pages will still link to the page even though the page cannot be accessed.

additionalParams string

additional query parameters that won't be prefixed like $arguments (overrule $arguments)

absolute string

If set, an absolute URI is rendered

addQueryString string

If set, the current query parameters will be kept in the URI

argumentsToBeExcludedFromQueryString string

arguments to be removed from the URI. Only active if $addQueryString = TRUE

ViewHelper Resources

Schema Resources