Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 205 of 966 (9,656 total posts) < 1 second(s)
  • Re: CuteEditor 6.0 in GridView in UpdatePanel : bug ??

    BobL,   The latest build is uploaded last night. We are trying to fix this problem with this new build. The change log will be published tonight.   If you download the control today and update the DLL and all client files when upgrading, but still have the same problem. It means this issue is not totally fixed.
    Posted to Cute Editor for .NET (Forum) by Adam on March 24, 2009
  • Re: CuteEditor 2.0 and control events

    Funny. I have the same problem with my web form which has a calendar control. When I select a date in the calendar control (which causes a post-back), the CE window goes blank but the value is in a hidden field.... Strange. Still trying to figure out a work around.
    Posted to Cute Editor for .NET (Forum) by dogtown on December 9, 2003
  • Re: Absolute path when inserting images or downloadable files

    Realize this post is 4–5 years old. Has there been any improvements in the image path handling in CuteEditor since?  Have two sites on the same IIS server, running as subdomains of a single TLD:  C:\websites\website_a.com = http://a.website.com C:\websites\website_b.com = http://b.website.com  Would love share images ...
    Posted to Cute Editor for .NET (Forum) by capnhairdo on January 7, 2010
  • Re: BUG found uploading images

    Hi quisella,   You can modify the security policy file toprevent this character.   Please open CuteSoft_Client\CuteEditor\Configuration\Security\Default.config   Navigate to: <security name=''filenamePattern''>^[a-zA-Z0-9\._\s-\#]+$</security>   change to: <security ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 5, 2008
  • Re: Use my own update button.

    Padraic,   Yes. You can use your own save or submit buttons.   You can get the data from your database and use the editor.Text property to populate the CuteEditor with the above data.   Hope it helps.   Let me know if you have any further questions. It will be helpful if you can provide more ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 24, 2005
  • Re: jQuery error with visual studio 2013

    Code runs on the page http://cyclenovascotia.com/WebForm1.aspx  but not in the Visual Studio debugger. See below   I am working with VB.net and here is the code I am running, per your request. There is no code in the code behind and it is not referenced:    <%@ Page Language="vb" %> ...
    Posted to Cute Editor for .NET (Forum) by petermac on March 11, 2014
  • Re: @import problem using Chrome

    Hi SatishPatel,   Please create a page with the code below and access this page on chrome. Does it get the same problem? If yes, please send me the url of this test page, so we can check it ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 28, 2012
  • Re: 6.3 version with chrome

    Hi swathiVajja, Do you get the same error with the example below? If it works, please create an example page which can reproduce this issue and post here, I will check it and get back to you as soon as ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 9, 2012
  • Re: normal mode looks different from preview mode

    Hi gurpreet, I think you are testing on IE browser. 1. Please download the latest version http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Create an simple page with the code ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 23, 2012
  • Re: onblur event for cute editor

    Hi Rameshdurai, Method CuteEditor_OnInitialized will set it for each editor. You can separate it by editor.id. Like the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 26, 2012