[TYPO3-mvc] Problem with ViewHelper cObject
Alexander Walther
jumpingpixel at googlemail.com
Thu Mar 11 13:19:14 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>
in my typoscript i have added this object
lib.myText = TEXT
lib.myText {
current = 1
parseFunc < lib.parseFunc_RTE
}
But in the frontend is the text not formated
<link 4 - internal-link> Donec </link>quam felis, ultricies nec,
pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
<ul><li>1</li><li>2</li><li>3</li><li>4</li></ul>
can someon tell me whats wrong with the code.
regards
Alex
More information about the TYPO3-project-typo3v4mvc
mailing list