[TYPO3-mvc] Is there a general viewhelper for 10.value={text} 10.typolink.parameter={destination}?

Steffen Müller typo3 at t3node.com
Tue Aug 28 21:01:30 CEST 2012


Hi.

On 28.08.2012 11:51 Martin Bless wrote:
> 
> 'more' and 'dest1' are flexform values stored
> 

Then you can access these values in Fluid using
{settings.more1}...

<f:cObject typoscriptObjectPath="lib.doTheWork" data="{linkTarget
settings.dest1, linkText: settings.more1}" />

lib.doTheWork = TEXT
lib.doTheWork.field = linkText
lib.doTheWork.typolink.parameter.field = linkTarget


Alternatively, write a ViewHelper, which can handle link_wizard
parameters. (and share it on forge!)

-- 
cheers,
Steffen

TYPO3 Blog: http://www.t3node.com/
Twitter: @t3node - http://twitter.com/t3node


More information about the TYPO3-project-typo3v4mvc mailing list