ViewHelper Documentation
v:uri.typolink
TypolinkViewhelper
Renders a uri with the TypoLink function. Can be used with the LinkWizard
For more info on the typolink function, please consult the offical core-documentation: http://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/TypoScriptFunctions/Typolink/Index.html
DEPRECATED: Use TYPO3\CMS\Fluid\ViewHelpers\Uri\TypolinkViewHelper instead
Examples
<!-- tag -->
<v:uri.typolink configuration="{typoLinkConfiguration}" />
<v:uri.typolink configuration="{object}" />
<!-- with a {parameter} variable containing the PID -->
<v:uri.typolink configuration="{parameter: parameter}" />
<!-- with a {fields.link} variable from the LinkWizard inside a flux form -->
<v:uri.typolink configuration="{parameter: fields.link}" />
<!-- same with a {page} variable from fluidpages -->
<v:uri.typolink configuration="{parameter: page.uid}" />
<!-- With extensive configuration -->
<v:uri.typolink configuration="{parameter: page.uid, additionalParams: '&print=1'}" />
Arguments
configuration anySimpleType
The typoLink configuration