Re: NetSpell Integration - Trigger Spell Check Externally

  •  08-31-2010, 7:45 PM

    Re: NetSpell Integration - Trigger Spell Check Externally

    No idea whether it can be done or not but in another post Adam said to refer to the field like this:
     
    Please use:
     
    var editor1 = document.getElementById('<% = Editor1.ClientID%>');
     
    instead of
     
    var editor1 = document.getElementById('CE_Editor1_ID');
     

    Hope that helps

View Complete Thread