TinyMCE after inserting html tag using insertContent, further content is getting added inside insertedContent tag
I am trying to add a span tag dynamically with some styling using editor.insertContent method
TinyMCE editor getContent returns content as text, not HTML
I recently upgraded my version of TinyMCE* and discovered that this new version (4.9.11) does not return HTML when using tinymce.get("myUsercreatedID").getContent()
.