Re: Firefox javascript gethtml inserts extra styles

  •  09-26-2008, 5:44 AM

    Re: Firefox javascript gethtml inserts extra styles

    Excellent.....
     
    Just for reference in case anyone else views this thread. To do this on client side in javascript its.
     
      var ed = document.getElementById('<%= editor1.ClientID %>');
      ed.ExecCommand("ToggleBorder");
     
    Took me a while to figure this cos i could only see the server side property!
     
    Ta adam
View Complete Thread