Answers for "how to initialize tinymce editor with data by setcontent"

1

get only content from tiny mce

var myContent = tinymce.get("#myTextarea").getContent();
Posted by: Guest on July-26-2020
0

get only content from tiny mce

var myContent = tinymce.get("#myTextarea").getContent({ format: "text" });
Posted by: Guest on July-26-2020

Code answers related to "how to initialize tinymce editor with data by setcontent"

Browse Popular Code Answers by Language