Package

ViewHelpers

ViewHelper Documentation

widget.uri

A view helper for creating URIs to extbase actions within widgets.

= Examples =

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

Arguments

useCacheHash anySimpleType

True whether the cache hash should be appended to the URL

addQueryStringMethod string

Method to be used for query string

action string

Target action

arguments anySimpleType

Arguments

section string

The anchor to be added to the URI

format string

The requested format, e.g. ".html

ajax anySimpleType

TRUE if the URI should be to an AJAX widget, FALSE otherwise.

ViewHelper Resources

Schema Resources