Hi Floris246,
Retrieves the HTML contained within the selection range
In order to get the HTML contained within the selection range, you would type:
// get the HTML contained within the selection
var editor1 = document.getElementById('<%= Editor1.ClientID%>').editor;
var selhtml = editor1.ExtractRangeHTML();
Regards,
Ken