Search

You searched for the word(s):
< 1 second(s)
  • Re: 4 questions

    But how would I make&nbsp; &nbsp;// attach Event &nbsp;&nbsp;&nbsp; if(editdoc.attachEvent) &nbsp;&nbsp;&nbsp;&nbsp; editdoc.attachEvent('onkeypress',HandleChange); &nbsp;&nbsp;&nbsp; else if(editdoc.addEventListener) &nbsp;&nbsp;&nbsp;&nbsp; editdoc.addEventListener('keypress',HandleChange,true); &nbsp;&nbsp; }&nbsp;&nbsp; Always be ...
    Posted to Cute Editor for .NET (Forum) by marker on February 4, 2007
  • Re: 4 questions

    &nbsp;What I meant was not occurring from code behind Editor1.Attributes.Add(''onKeyPress'', ''DescriptionCharCount();'') &nbsp;onKeyDown, onKeyUp and onKeyPress is not working?
    Posted to Cute Editor for .NET (Forum) by marker on February 2, 2007
  • Re: 4 questions

    But what about JS wich is not functining? Can I do somthim to make it work?
    Posted to Cute Editor for .NET (Forum) by marker on February 2, 2007
  • 4 questions

    &nbsp;I got some questions again. 1. When I copying something from editor and past back it pastes text to next line, how would I fix it? 2. If just press one later button on my keyboard and hold it would not go on the next line where it suppose to it would keep going without limit till who knows where. Can I do something about it? 3. How to ...
    Posted to Cute Editor for .NET (Forum) by marker on February 1, 2007
  • Re: Character Counting Issue

    &nbsp; But I need it now, so is the part document.form1.Editor1.value.length incorrect ? Could I do something about it now?
    Posted to Cute Editor for .NET (Forum) by marker on January 29, 2007
  • Character Counting Issue

    &nbsp;I would like users to see number of characters they typing in (because it limited). I&#8217;m using for VB Editor1.Attributes.Add(''onKeyPress'', ''MyCharCount();'') And for JS &nbsp;document.form1.CharInfo.value = document.form1.Editor1.value.length; Some How it not working, it should update the number every time it added
    Posted to Cute Editor for .NET (Forum) by marker on January 29, 2007
  • Re: Save Button Customization

    Thanks a lot.
    Posted to Cute Editor for .NET (Forum) by marker on January 28, 2007
  • Re: Save Button Customization

    First of all thank you so mach for so quick response. But I was talking about using your save button (the one you got in your tool bar) and not put additional &#8220;add&#8221; &amp; &#8220;submit&#8221; ones on a page (I&#8217;m trying to keep all control buttons together). Is there any way to run my &#8220;save data&#8221; code by clicking your ...
    Posted to Cute Editor for .NET (Forum) by marker on January 28, 2007
  • Save Button Customization

    Recently load Cute Editor and got questions. I would like to save data form editor to my Data base when I click Save button. With free test download seems like I did not get all the code-behind files. Do I need code-behind to run my code to save data or there is other ways to set Save button to ran my code? If I need code source how where would I ...
    Posted to Cute Editor for .NET (Forum) by marker on January 28, 2007