Hi,
you can use the code below to get the editor content by javascript.
var editor1 = document.getElementById('<%= editor1.ClientID %>');
editor1.getHTML ();
Regards,
Ken