Wie man den Wert von Tinymce in JavaScript erhältst,

var myContent = tinymce.get("myTextarea").getContent();
Coffee Developer