For the tinyMCE 3X or 4X things have change a little.
now you can do this and it works fine.
tinymce.init({
plugins: "paste",
paste_as_text: true
});
For the tinyMCE 3X or 4X things have change a little.
now you can do this and it works fine.
tinymce.init({
plugins: "paste",
paste_as_text: true
});