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