[TYPO3-dev] KickStarter RTE field(backEnd) to HTML code (FrontEnd)
Bernhard Kraft
kraftb at kraftb.at
Fri Oct 9 09:57:48 CEST 2009
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