Posts Tagged with 'TINYMCE'

JQuery | TinyMCE | Clear TINYMCE editor  There is a method called setContent() in TINTMCE which you can use to reset/clear the TINTMCE editor. <script> // if one editor existing in your page. tinyMCE.activeEditor.setContent(''); </script> …

Last updated 4 years, 5 months ago | 4419 views

Tags:- JQuery JavaScript TINYMCE