Googled it thousands of times, No one gives a complete solution of how to make Tinymce paste in plain text by default and strip out any formatting without clicking the \"pas
Isn't it better to use:
var ed = tinyMCE.activeEditor;
instead of:
var ed = tinyMCE.get('elm1');