ViewHelper Documentation
widget.uri
A view helper for creating URIs to extbase actions within widgets.
= Examples =
<f:widget.uri action="show" />
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.