Search

You searched for the word(s):
Showing page 1758 of 1,762 (17,611 total posts) < 1 second(s)
  • 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
  • Re: Possible to Customize CE's Image Processing

    Hi Lantz, A feature I would like is to be able to restrict the image browser to a defined folder!&nbsp; Below is the script we suggest our clients used.1. Each single person can have his/her own folder. when the first hit comes to the page, CuteEditor control will check for the needed folder, and as it won't be there, it will create the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 3, 2003
  • Re: New 2.0 buttons names for Template property

    CuteEditor V2.0 Documentation&nbsp; AutoConfigure Enumeration Represents Several predefined sets of buttons. These configurations are applied using AutoConfigure property. [Visual&nbsp;Basic] Public&nbsp;Enum&nbsp;AutoConfigure [C#] public&nbsp;enum&nbsp;AutoConfigure Members Member Name Description Default Uses the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 1, 2003
  • Re: Can I set background image or color in CuteEditor

    You can use the Editor.EditorBgColor Property to set the background&nbsp;color&nbsp; of the editor. For example: &lt;CE:Editor id=''Editor1'' EditorBgColor=red runat=''server'' &gt;&lt;/CE:Editor&gt; If you want to specifies the background color of the Container table, you can use the Editor.BgColor Property . For eample: &lt;CE:Editor ...
    Posted to FAQ (Forum) by Adam on December 1, 2003
  • Re: Some questions

    1. With which method do I get and set the HTML in the editor? &nbsp; Editor.Text Property 2. Is it possible to not only add, but also delete&nbsp;/ hide buttons from the toolbar? &nbsp;Yes, you can use Editor.DisableItemList Property the hide buttons from the toolbar. The toolbar items needed to be disabled going to this ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 28, 2003