Setting value in Wysihtml5 Editor is Adding an Extra Iframe each time

140 views Asked by At

I am Implementing wysihtml5 Editor and trying to set the value of the Editor by the following code:

$('#ticketmessage').data("wysihtml5").editor.setValue(newtext);

But Each time the value is set for the Editor it is adding an extra Iframe how can I set the value without adding an Iframe.

Thanks,

Manisha Biswas

0

There are 0 answers