SyntaxFix
Write A Post
Hire A Developer
Questions
This will ensure that the content gets save when you lose focus of the textarea
setup: function (editor) { editor.on('change', function () { tinymce.triggerSave(); });