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

Martin Bless m.bless at gmx.de
Sat Aug 25 19:56:22 CEST 2012


Hello everybody,

I'm looking for a viewhelper that is able to handle what the TYPO3 backend element browser
(browse_links.php?mode=wizard) may return.

I have a text that's going to be linked in {more1}. And when I select an internal page
like "42" then this viewhelper will work:

	<f:link.page pageUid="{dest1}">{more1}</f:link.page>

But the wizard allows much more to be specified. This will also work: "42#123" will give a
link to "index.php?id=42#c123". But this will not work: "42 _blank".

This means:
I'm looking for a replacement for:

  10 = TEXT
  10.value = {more1}
  10.typolink.parameter = {dest1}

How would I do that?

Thanks!

Martin

-- 
Certified TYPO3 Integrator | TYPO3 Documentation Team Member

http://mbless.de


More information about the TYPO3-project-typo3v4mvc mailing list