Re: clear editor1 using javascript

  •  01-14-2011, 8:44 AM

    Re: clear editor1 using javascript

    Thanks Eric for your response.  I'm still having a little trouble in running the javascript.  Here's what the client would like to do.
     
     
    The client would like a "Click here to type message" in the editor when it first appears.  When the user clicks the editor they want the message to disappear.    The editor does not appear when the page loads.  It will only display when the user selects the required fields.
     
    I'm using the following line of code to set an attribute for the editor  but I don't believe onfocus is a method of the editor
     
                Editor1.Attributes.Add("onFocus", "clearEditor()")
     Thanks again for all your help,
    Lonnie 
View Complete Thread