This is one of the common issue with RTEs on web. Could you please guide me through how to:
- Paste as the PLAIN TEXT
- Retain the HTML but remove the WORD/HTML styling
I want to do it directly on paste (paste_preprocess callback), without opening the dialogs provided by Paste plugins.
Any thoughts/experiences ?
Thanks,
Imran
This is what i do to get paste plain text.
1. paste_preprocess setting (in tinymce init)
2. function strip_tags (on the main document)