Re: Get selected html RTE

  •  11-19-2013, 8:21 AM

    Re: Get selected html RTE

    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 

View Complete Thread