Hi all.
I wish to paste content as pure text, but nothing seems to work.
editor.AllowPasteHtml = false
editor.EditorOnPaste = "PasteText"
Neither of these work fully. There is still < P > tags, link tags, etc...
The only way I can completely remove HTML from the content is to use the code-cleaner.
However, I need this to be automated when the text is first pasted.
How can this be fixed? Anyone have any success in getting it to work properly?
Thanks.