Re: Problem Changing the view's of editor in 6.3

  •  04-15-2009, 1:41 AM

    Re: Problem Changing the view's of editor in 6.3

    Hi,
     
    Thanks Everyone. Resolved  this error by updating the function to:
    function ClearPurpose() {

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

    try {

    editor1.ExecCommand("TabEdit");

    } catch (e) { };

    }
     
    Thanks and Regards
    Yuvika
View Complete Thread