The forum operates in read-only mode. Please head to StackOverflow for support.
Hello
Excuse my bad english.
I have this javascript code:
document.getElementById("id").innerHTML="";
the id element is an <article> with contenteditable=true. it gives an error.
Please, can you help me?
Thank you all.
CKEditor.instances["id"].setData();
See http://docs.ckeditor.com/
Try this
CKEditor.instances["id"].setData();
See http://docs.ckeditor.com/