[TYPO3-rte] Post-process RTE data

Stanislas Rolland typo3 at sjbr.ca
Wed Jul 8 16:14:28 CEST 2009


Jochen Rieger a écrit :
> 
>> rewrites the content before it gets saved to the database. Or would I
>> hook in to the core somewhere to achieve that?
> 
> yes, a hook would be a good solution. I guess you could take this one:
> 
> http://typo3.org/development/articles/how-to-use-existing-hooks/page/2/
> 
> (processDatamap_postProcessFieldArray)
> 
I think this would be a good choice.

Depending on the type of processing you wish to apply to the content, 
you could also consider the use of a custom RTE transformation: 
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/5/2/#id4516683

Regards,
Stanislas



More information about the TYPO3-project-rte mailing list