Como obter o valor do Tinymce em JavaScript

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