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

action string

Target action

arguments string

Arguments

section string

The anchor to be added to the URI

format string

The requested format, e.g. ".html

ajax string

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

ViewHelper Resources

Schema Resources