Comment obtenir la valeur de TinyMce en JavaScript

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