DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TargetLinkViewHelper

ViewHelper to get the target out of the typolink

Type: Basic

General properties

Name: Type: Description: Default value:
* link string    

Examples

Basic Example

{relatedLink.uri} is defined as “123 _blank”

Code:

<f:link.page pageUid="{relatedLink.uri}" target="{n:targetLink(link:relatedLink.uri)}">Link</Link>

Output:

A link to the page with uid 123 and target set to "_blank"