[TYPO3-dev] Make RTE <link> transformation on custom field
Stanislas Rolland
typo3 at sjbr.ca
Fri Jan 13 18:45:05 CET 2012
Hi Victor,
>
> I've made a custom extension, where I use a textarea with RTE. It works
> okay, except one thing: when editor puts a link in that field via RTE
> wizard, it saved as <link> tag, but doesn't transform to <a> tag on output.
This is a FE rendering issue not a RTE config issue.
You need to apply lib.parseFunc_RTE (using stdWrap) when rendering the
RTE content to the FE.
Regards,
Stanislas
More information about the TYPO3-dev
mailing list