ViewHelper Documentation
widget.link
A view helper for creating Links to extbase actions within widets.
= Examples =
<f:widget.link action="show">link</f:widget.link>
Arguments
- additionalAttributes
- data
- class
- dir
- id
- lang
- style
- title
- accesskey
- tabindex
- onclick
- name
- rel
- rev
- target
- useCacheHash
- addQueryStringMethod
- action
- arguments
- section
- format
- ajax
additionalAttributes anySimpleType
Additional tag attributes. They will be added directly to the resulting HTML tag.
data anySimpleType
Additional data-* attributes. They will each be added with a "data-" prefix.
class string
CSS class(es) for this element
dir string
Text direction for this HTML element. Allowed strings: "ltr" (left to right), "rtl" (right to left)
id string
Unique (in this file) identifier for this HTML element.
lang string
Language for this element. Use short names specified in RFC 1766
style string
Individual CSS styles for this element
title string
Tooltip text of element
accesskey string
Keyboard shortcut to access this element
tabindex integer
Specifies the tab order of this element
onclick string
JavaScript evaluated for the onclick event
name string
Specifies the name of an anchor
rel string
Specifies the relationship between the current document and the linked document
rev string
Specifies the relationship between the linked document and the current document
target string
Specifies where to open the linked document
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.