[TYPO3-mvc] How can I give content to a ViewHelper when using alternative syntax?

Oliver Salzburg oliver.salzburg at googlemail.com
Sat Aug 4 21:53:49 CEST 2012


On 2012-08-03 16:52, Claus Due wrote:
I just wanted to follow up on this as I was finally able to reach a
solution.

The key was to simply use _normal_ TYPO3 links in the RTE. I just
didn't know how to *properly* use them.

Luckily, it was explained to me in time:
http://stackoverflow.com/a/11809890/259953

I tried to use:
    <a href="http://a.com/?id={pageid}">xyz</a>

The correct syntax to use is:
    <a href="http://a.com/###{pageid}###">xyz</a>

Thanks again for your support Claus, it was much appreciated. :)

Cheers
Oliver


More information about the TYPO3-project-typo3v4mvc mailing list