Search

You searched for the word(s):
Showing page 1757 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: What's the purpose of "insert external image"?

    ''insert external image'' will be removed from&nbsp;the toolbar.&nbsp; ''insert external image''&nbsp; uses the MSHTML built-in function, which causes some confusions for the end users. &nbsp; Please check the CuteEditor for ASP latest version. &nbsp; http://cutesoft.net/asp/EnableAll.asp &nbsp; With this new version the end users can ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: Link to style sheet?

    Yes.&nbsp; The following note is copied from CuteEditor for asp forum : http://cutesoft.net/forums/ShowPost.aspx?PostID=110 &nbsp; 1 .Create a new css file named as test.css. Copy the following code into test.css. &nbsp; .ToolbarBg { background-color: #336699; BACKGROUND-IMAGE: url('/images/2x19.gif'); } .ItemBg { background-color: #336699; ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: Set HTML font?

    This is not supported yet. &nbsp; Adam
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: How can I localize CuteEditor to Norwegian?

    Yes, pease check the following link: &nbsp; http://cutesoft.net/Example/localization.aspx
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: Linking to site's style sheet

    OK. &nbsp; 1 .Create a new css file named as test.css. Copy the following code into test.css. &nbsp; .ToolbarBg { background-color: #336699; BACKGROUND-IMAGE: url('/images/2x19.gif'); } .ItemBg { background-color: #336699; height:21px; border:solid 1px #336699; } .TabBg { background-color: White; height:21px; border:solid 1px ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • Re: Creating Links

    You cans set target for your link in version 2.0. Please check the following link: http://cutesoft.net/asp/EnableAll.asp
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • 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