[TYPO3-mvc] Problem with ViewHelper cObject

Franz Koch typo3.RemoveForMessage at elements-net.de
Thu Mar 11 13:37:27 CET 2010


Hi,

> i want use the cObject ViewHelper to display with a RTE formated text. I use
> in the view the following code.
>
> <f:cObject typoscriptObjectPath="lib.myText">{article.text}</f:cObject>

try <f:format.html>{article.text}</f:format.html>

> lib.myText {
>      current = 1
>      parseFunc<  lib.parseFunc_RTE
> }

or: parseFunc =< lib.parseFunc_RTE (insert a space after "parseFunc").

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list