You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the page load, I get the HTML data from the DB to a javascript variable and that variable is being passed to the SetContent() method. In this case, the HTML comments are not getting whitelisted.
Eg.
suneditor.setContents('<!-- html comment -->');
here the "html comment" is added as a plain text to the body.
Thanks
Anuradha
The text was updated successfully, but these errors were encountered:
Hi,
At the page load, I get the HTML data from the DB to a javascript variable and that variable is being passed to the SetContent() method. In this case, the HTML comments are not getting whitelisted.
Eg.
suneditor.setContents('<!-- html comment -->');
here the "html comment" is added as a plain text to the body.
Thanks
Anuradha
The text was updated successfully, but these errors were encountered: