[TYPO3-dev] KickStarter RTE field(backEnd) to HTML code (FrontEnd)
Sebastiaan van Parijs
sebastiaan at framed.nl
Tue Oct 13 11:38:47 CEST 2009
Thank u,
Ill give it a try.
Cheers,
Sebastiaan
Bernhard Kraft wrote:
> Sebastiaan van Parijs schrieb:
>
>> I know there is a function that can output the RTE content that was
>> entered in the backend, the only problem is i cant remember/find it
>> anymore. So instead of just outputting $row['description'](rte field)
>> There should be $this-> "i render this to HTML" ( $row['description'] );
>
> You'll have to do this using the "parseFunc" option of stdWrap:
>
> 10 = TEXT
> 10 {
> field = your_rte_field
> parseFunc =< lib.parseFunc_RTE
> }
>
>
>
> greets,
> Bernhard
More information about the TYPO3-dev
mailing list