suneditor
suneditor copied to clipboard
Load an html with ajax load and insert in editor
How do I load an html with ajax load and insert into the editor
Example
suneditor.load("http://url/api");
don't work
You can use the subeditor.setContents() method.