Jak uzyskać wartość tinymce w JavaScript

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