[TYPO3-RTE] enableWordClean - when will the HTMLparser settings be applied?

Stanislas Rolland typo3 at sjbr.ca
Thu Aug 28 20:18:25 CEST 2008


Martin Kutschker a écrit :
> 
> As I read the docs the content from the clipboard will be parsed right
> before te actual insert. But nothing happens for me.
Parsing will be done right after the insert and will apply to the whole 
text, not only to the content pasted from the clipboard.
> 
> I use
> 
> enableWordClean = 1
> enableWordClean {
>   # HTMLparser config
> }
> 
Try

enableWordClean = 1
enableWordClean.HTMLparser = 1
enableWordClean.HTMLparser {
	# HTMLparser config
}

Stanislas




More information about the TYPO3-project-rte mailing list