I create a system to save the document by cookie, everything works well, but I just miss how to put the text on the document ... I have a DecoupledEditor, but when I try to make DecoupledEditor.setData (cookie) it tells me that setData does not exist! Have a nice day
DecoupledEditor.setData(docu);
To get the editor
DecoupledEditor
.create( document.querySelector.....
Something like this.
Doc Refrenence