eWebEditor Home >> eWebEditor Manual V11.2 >> Developer Guide >> Object Reference of EWEBEDITOR

3.6.4 EWEBEDITOR.Instances Object

All the instantiated editors on the current web page are gathered here. You can use this object to return to the specified object of EWEBEDITOR.editor.

Methods Employed:

<script type="text/javascript">

var editor = EWEBEDITOR.Instances["content1"];

var html = editor.getHTML();         //get html

editor.Remove();                     //Remove instance

</script>