I'm using the SCEditor API to make a text editor available on the page, but I need to fill it out (with the value) with the content of a string in RTF. I did this, but it already made a mistake in the quotation marks ...
var textarea = document.getElementById('example');
sceditor.create(textarea, {
format: 'xhtml',
style: 'minified/themes/content/default.min.css'
});