hello,
i am using fckEditor and i have a question.
is it possible to prevent the paste of html/javascript content into the editor ???
For example if i will copy code from a html page it also copies the onmouseover,onclick events and i dont want those to go to the database.
Id imagine that anything you copy and paste will be copied and pasted. I doubt the editor would filter out paricular pieces of code. You might just have to only copy the specific bits you want...