Search

You searched for the word(s):
< 1 second(s)
  • Re: clear editor1 using javascript

    Thanks Eric for your response. &nbsp;I'm still having a little trouble in running the javascript. &nbsp;Here's what the client would like to do.&nbsp;&nbsp;The client would like a ''Click here to type message'' in the editor when it first appears. &nbsp;When the user clicks the editor they want the message to disappear. &nbsp; &nbsp;The editor ...
    Posted to Cute Editor for .NET (Forum) by lonnie on January 14, 2011
  • clear editor1 using javascript

    Is there a way to clear the editor using javascript? &nbsp;I have the following javascript but its not working. &nbsp;Thanks for any help.&nbsp;&nbsp;function ClearEmailTextbox()&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp; document.getElementById('ctl00$ContentPlaceHolder1$Editor1').value = '''';&nbsp;&nbsp; }&nbsp;&nbsp;Below is the vb.net ...
    Posted to Cute Editor for .NET (Forum) by lonnie on January 10, 2011
  • clearing the textbox on focus

    Hello,&nbsp;I'm trying to clear the text box using javascript &nbsp;during the onfocus event. &nbsp; Below you will find my javascript code and the vb.net code to add the attribute&nbsp;vb.net&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Editor1.Attributes.Add(''OnFocus'', ''ClearEmailTextbox()'')&nbsp;Javascript&nbsp;function ...
    Posted to Cute Editor for ASP (Forum) by lonnie on January 10, 2011