Package

ViewHelpers

ViewHelper Documentation

flux:wizard.link

Field Wizard: Link

Link input field with link wizard

<flux:field.input name="link">
    <flux:wizard.link/>
</flux:field.input>

See https://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/CoreWizardScripts/Index.html for details about the behaviors that are controlled by arguments.

Arguments

label string

Optional title of this Wizard

hideParent boolean

If TRUE, hides the parent field

variables anySimpleType

Freestyle variables which become assigned to the resulting Component - can then be read from that Component outside this Fluid template and in other templates using the Form object from this template

extensionName string

If provided, enables overriding the extension context for this and all child nodes. The extension name is otherwise automatically detected from rendering context.

activeTab string

Active tab of the link popup

width integer

Width of the popup window

height integer

height of the popup window

allowedExtensions string

Comma-separated list of extensions that are allowed to be selected. Default is all types.

blindLinkOptions string

Blind link options

blindLinkFields string

Blind link fields

ViewHelper Resources

Schema Resources