Get ClientID From editor Object

  •  03-11-2014, 10:33 AM

    Get ClientID From editor Object

     I know I can get the editor when I know the ClientID of the control by using the following command:

     

    var editor1 = document.getElementById('<%= Editor1.ClientID%>').editor;

     

    However, I need to get the ClientID from an editor object that I already have.  Is that possible?

     

    Thanks,

    Steve

View Complete Thread