Search

You searched for the word(s):
Showing page 1728 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: Bug ? RegisterCustomButton() and Seperator

    Marc, &nbsp; I&nbsp;made&nbsp;a test, didn't find the problem. My code is as&nbsp;followings:&nbsp; &nbsp; &lt;CE:Editor &nbsp;&nbsp;&nbsp; id=''Editor1'' &nbsp;&nbsp;&nbsp; runat=''server'' &nbsp;&nbsp;&nbsp; Template=''Bold,Italic,Underline,Separator,MYHtml''&gt; &lt;/CE:Editor&gt; &nbsp; If the problem exists, please let me know ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2004
  • Re: Image url:s problem

    Jon, &nbsp; Please check your Editor.ChangeAbsoluteURLsToRelative Property setting. &nbsp; By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. When this property is set to true (the default), CuteEditor strips out the local server name from all A and IMG tags if the hostname in ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2004
  • Source Code: Setting the Font Size List

    EvilMonkey, &nbsp; Please try the following code. Keep me posted. &nbsp; &lt;script language=''JavaScript'' type=''text/javascript'' &gt; function changeSize(editorID,value) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EditorID = editorID+''_editBox''; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var editor = ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2004
  • Re: Setting the Font Size List

    EvilMonkey, &nbsp; You can create a custom button and register it to the editor to achieve that. &nbsp; I will post the code in the afternoon.
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2004
  • Re: Localisation

    The dotnetgalllery with have Multi-language support in the next version. &nbsp; Localization will can be set with a simple property. You can even create your own XML files or alter the included Spanish, German, and French XML files to customize how text appears.
    Posted to ASP.Net Image Gallery (Forum) by Adam on July 12, 2004
  • Re: Version 3

    Email us at sales@cutesoft.net specifying your email address used when ordering.
    Posted to Cute Editor for .NET (Forum) by Adam on July 9, 2004
  • Re: Version 3

    Tom, &nbsp; No, you don't need to pay more to get version 3.0. That's a FREE upgrade. &nbsp; You version 2.2 license file should also allow you use it on version 3.0. &nbsp; Please following the following steps to try again: &nbsp; 1. Download version 3.0, make sure you can run it successfully on your localhost. &nbsp; 2. Copy your ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 9, 2004
  • Re: Is this a vb.net component?

    Kate, &nbsp; CuteEditor for .NET&nbsp;component written in fully managed C#.
    Posted to Cute Editor for .NET (Forum) by Adam on July 9, 2004
  • Re: Setting the Font Size List

    &nbsp; EvilMonkey, &nbsp; The fontsize dropdown renders the code as followings: &nbsp; &lt;font size=4&gt;&nbsp;&nbsp;&nbsp;&nbsp; Your text goes here&lt;/font&gt; &nbsp; The SIZE attribute allows you to set your font to an abstract size ranging from 1 to 7. The exact type size corresponding to each of these values is left to your browser. ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 8, 2004
  • Re: Get Runtime Reference To Editor Object In Nested User Control (ascx).

    jeff330ci, &nbsp; Have you checked Working with DataGrid Example? I hope that example can help you a bit. &nbsp; If not,&nbsp; please create an example or send the your page URL to us.
    Posted to Cute Editor for .NET (Forum) by Adam on July 7, 2004