Package

ViewHelpers

ViewHelper Documentation

v:page.languageMenu

ViewHelper for rendering TYPO3 menus in Fluid Require the extension static_info_table

Arguments

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

tagName string

Tag name to use for enclosing container, list and flags (not finished) only

tagNameChildren string

Tag name to use for child nodes surrounding links, list and flags only

defaultIsoFlag string

ISO code of the default flag

defaultLanguageLabel string

Label for the default language

order anySimpleType

Orders the languageIds after this list

labelOverwrite anySimpleType

Overrides language labels

hideNotTranslated boolean

Hides languageIDs which are not translated

layout string

How to render links when using autorendering. Possible selections: name,flag - use fx "name" or "flag,name" or "name,flag"

useCHash boolean

Use cHash for typolink

flagPath string

Overwrites the path to the flag folder

flagImageType string

Sets type of flag image: png, gif, jpeg

linkCurrent boolean

Sets flag to link current language or not

classCurrent string

Sets the class, by which the current language will be marked

as string

If used, stores the menu pages as an array in a variable named according to this value and renders the tag content - which means automatic rendering is disabled if this attribute is used

pageUid integer

Optional page uid to use.

configuration anySimpleType

Additional typoLink configuration

excludeQueryVars string

Comma-separate list of variables to exclude

ViewHelper Resources

Schema Resources