Open souravpurkait360 opened 3 years ago
I'm not an expert here, but could you be using innerHTML instead of tinymce.get(id).setContent(newText);? Also, have you tried using svg instead of cHTML format?
innerHTML
tinymce.get(id).setContent(newText);
I'm not an expert here, but could you be using
innerHTML
instead oftinymce.get(id).setContent(newText);
? Also, have you tried using svg instead of cHTML format?