Search

You searched for the word(s):  
Showing page 1321 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Inconsistent Behaviour between toolbar and keyboard shortcuts ASP.NET 1.1

    Hi pstanford, I just tested in asp.net 1.1, it works fine for me. what version you are using? Is you site online? If so, can you send the test page url to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible. Regards, Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 4, 2011
  • Re: Serialization Exception

    Hi,   The UploaderEventArgs is a temporary object, you shall not save it to Session.   You can save the args.FileGuid instead.   and use   new MvcUploader(HttpContext).GetUploadedFile   to get the file object   Regards, Terry    
    Posted to Ajax Uploader (Forum) by cutechat on July 2, 2010
  • Re: CuteEditor in firefox

    I cannot reproduce this issue in the following example:   http://cutesoft.net/example/general.aspx   This example is running version 6.4.   Firefox version:   Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
    Posted to Cute Editor for .NET (Forum) by Adam on July 7, 2009
  • Re: html issue...

    gurpreet,   This is the new feature of version 6.0.   You can disable it by setting the following property to false:   Editor.ConvertHTMLTagstoLowercase Property By default CuteEditor converts all HTML tags of the finally generated content to lower case. You can turn this feature off by setting this property to false. ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 30, 2007
  • Re: Percent character (%) being blocked

    Judge,   Thanks for pointing it out.   Please open CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_td.ascx file and remove the following code:   onkeypress=''return CancelEventIfNotDigit()''   We will upload a new build tonight to fix this issue.        
    Posted to Cute Editor for .NET (Forum) by Adam on June 19, 2007
  • Re: Problem with Highlight Drop-Down

     Nick,   That's a bug in the windows built-in color picker.   We will have our own color picker in the new version. This problem will be resolved. We are still working on the new version testing, documentation. Sorry for the inconvenience.   we plan to release it within 2 weeks.
    Posted to Cute Editor for .NET (Forum) by Adam on October 11, 2004
  • Re: Problem with CTRL + X action

    Hi Floris246 ,   Strange, I just tried on my firefox 27.01, it still works fine too. If not paste into notepad instead of paste into the same editor, does it get the same problem too? Any way, I will let the development team to check this problem on different firefox browser.   Regards,   Ken 
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on March 25, 2014
  • Re: PasteCleanHtml not working in firefox

    WOW! Thanks Adam   That was a quick reply.   I copied in the files and it fixed the Ctrl + V error, which is great but not the cleaning of the html, i.e the pasted font faces are still the same. However I'm sure you guys will get it sorted.     Thanks again   Zaggle
    Posted to Cute Editor for .NET (Forum) by zaggle on February 12, 2008
  • Re: Compare CuteEditor .Net with ASP

    houChron,   Even CuteEditor for .NET is more powerful than CuteEditor for ASP, you'd better go wtih CuteEditor for ASP if you wan to use it on an classic ASP solution.   For ASP.NET solution, you should choose CuteEditor for .NET.   Hope it helps. Let me know if you have any further questions.    
    Posted to Cute Editor for .NET (Forum) by Adam on August 9, 2006
  • Re: Changed event firing on click in FireFox

    One other point. You say that FF inserts code automatically if the editor is empty and CE cleans it up, which triggers the change event.   In our case, the editor is not empty, since we populate it with a default setting. Therefore, there's no reason for the change event to be triggered...   Another point: if we try to call getHTML ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 30, 2007