Search

You searched for the word(s):
Showing page 1761 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: Character count

    &nbsp;Alan, Try the following code: &lt;script language=''JavaScript'' type=''text/javascript'' &gt; var editor = document.getElementById(''editor1_editBox'');editor.onkeypress = maxlength;function maxlength() {&nbsp;&nbsp;&nbsp; if (editor.innerText.length &gt;= 500)&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //do something ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • Re: Add custom functionality

    In version 2.0,&nbsp; you can easily add your own functions to the CuteEditor with the help of CuteEditor extended functionalities. Please check the following link: http://cutesoft.net/asp/custombuttons.asp
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • Re: language adaptability

    Julien, We just released CuteEditor for ASP V2.0. With this new version,&nbsp; all the source code is included. You can translated any language as you want. We will translated the following languages: English (en) French (fr) German (de) Dutch (nl) Spanish (es) Italian (it) Norwegian (no) Russian (ru) Japanese (jp) Chinese ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • Re: This forum

    This is ASP.NET&nbsp;Forums. Please download at: http://asp.net/Forums/Download/Default.aspx?tabindex=0&amp;tabid=1
    Posted to Cute Editor for .NET (Forum) by Adam on December 27, 2003
  • Re: Swedish version

    Yes, please check the following link: http://cutesoft.net/Example/localization.aspx
    Posted to Cute Editor for .NET (Forum) by Adam on December 22, 2003
  • Re: Remove Format

    knut, This bug has been fixed in .NET version. You can test it in our site right now. This fix will be added to CuteEditor 2.0 for ASP version as well. CuteEditor 2.0 for ASP version is almost ready...this will be an huge release with a lot of improvements, stay tuned... Below is screenshot of the CuteEditor 2.0 for ASP version:
    Posted to Cute Editor for ASP (Forum) by Adam on December 18, 2003
  • Re: adding custom toolbar button

    &nbsp;A custom button (Inert the current time) System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image (); Image1.ToolTip = ''Insert the current time''; Image1.ImageUrl = HttpContext.Current.Request.ApplicationPath +''/timer.gif''; Image1.CssClass = ''button''; Image1.Attributes.Add(''onclick'',''var d = new Date(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2003
  • Re: Possible to Customize CE's Image Processing

    Zapotec, I'm also waiting for the reintroduction of ''External image'' button previously seen in CE 1.8, to bee able to set image properties... We will release a new version for ASP soon. We will add advanced Image insertion &amp; updating feature.With this feature you can easily update the image properties, including: border, width, ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2003
  • Re: Custom buttons

    Knut, We will release a new version soon which will allow you add you own custom button. Adam
    Posted to Cute Editor for ASP (Forum) by Adam on December 11, 2003
  • Re: Linking to site's style sheet

    Yes, you can. If you have any problem, please let&nbsp; me know. Adam
    Posted to Cute Editor for ASP (Forum) by Adam on December 3, 2003