By giustigianni on
I use tinyMCE, but when I insert a link in page, tynyMCE add a property target but this property target is not valid for xhtml strict.
how can I insert a tinyMCE.init({ to filter the property?
bye
Gianni
I use tinyMCE, but when I insert a link in page, tynyMCE add a property target but this property target is not valid for xhtml strict.
how can I insert a tinyMCE.init({ to filter the property?
bye
Gianni
Comments
The only proper way I know
The only proper way I know is to add it into tinymce.module.
Just enter a comma after the settings variable inside tinyMCE.init({... and add a comma after all additional configuration parameter you have added. Dont add the comma to the end variable.
Project Development