Cómo obtener el valor de TinyMCE en JavaScript

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