Re: Using Editor in the client side

  •  06-21-2005, 12:20 PM

    Re: Using Editor in the client side

    Hi Adam,

    I am using the same code as mentioned in the above example. But i am getting the error.
     
    function Test() { debugger var editor1=document.getElementById('Editor1'); var editdoc = editor1.GetDocument(); v_parentform.elements[v_field].value=editdoc.body.innerHTML; }
     
    Is there any JS files to be included in the aspx file?
     
    Regards,
    Madhanmohan S

    Thangs and Regards,
    Madhanmohan S
View Complete Thread