Search

You searched for the word(s): editor language
Showing page 56 of 99 (987 total posts) < 1 second(s)
  • File does not exist

    Adam - I saw two other posts related to this bug, but did not see it addressed. Here's the error generated from global.asax. Please look into it. Thanks.   {''File does not exist.''} System.Web.HttpException: {''File does not exist.''} Data: {System.Collections.ListDictionaryInternal} HelpLink: Nothing InnerException: ...
    Posted to Cute Editor for .NET (Forum) by handy on August 10, 2007
  • Changed not firing

    I need to track changes in a client-side text control.   When I first load a page with a CE on it and type into the editor's body, the onchanged event doesn't fire. Once I refresh the CE, it fires. This is the only code I have client-side. What other code should I have to ensure the event fires?   This script is right at the bottom ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 27, 2007
  • Framework 2 problem

    Hi,   I have just tried a clean install of v6 to demo to a client, our test server runs framework 1 and the pages worked fine.   When deploying to the remote server I discovered it was running framework 2 (Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210).  So I used the Framework two ...
    Posted to Cute Editor for .NET (Forum) by kev mc on May 8, 2007
  • Spell Check icon click Error

    I clicked Spell Check icon then error occur. Error message is '' can't find  ../bin/KO-KR.dic file''. So, I finded download folder.I could find some dic files. But I couldn't find ''KO-KR.dic'' file. What can I solve this problem?I wonder supporting Korean language in Cute Editor totally or expect only spell check ...
    Posted to Cute Editor for .NET (Forum) by choiee on January 19, 2006
  • smartNavigation throws error

    I am having diffuclty when I have Cute Editor on a page and I set smartNavigation = True. I get an ''Object doesn't support this property or method'' error - the line number doesnt even relate to a line of Javascript, just base html, so i am clearly not getting any help there.   Has anybody else noticed this?  Is this a known ...
    Posted to Cute Editor for .NET (Forum) by richardhauer on August 26, 2004
  • Re: Save instance?

    emma,   You can usually just check if the page is posting back, as normally the save button is the only button on the CuteEditor that posts back: if(Page.IsPostBack) {        // Save it. } else {        // do something else if need be. }   You can also ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 24, 2004
  • Re: How can i detect changed text in CE on the clientside?

    The site's still running just on my maching from VS2008 at the minute:     I've created a basic page to test it in it's simplest form and the same happens:      <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''CuteTest.aspx.cs'' Inherits=''CuteTest'' %> ...
    Posted to Cute Editor for .NET (Forum) by Luminousc on November 13, 2008
  • Re: This only works in IE, not in Firefox etc.

    Half the problem solved.   If figured out, that this is the problem: (text marked with yellow)   <%@ Page Language=''vb'' AutoEventWireup=''false'' CodeBehind=''WebForm19.aspx.vb'' Inherits=''Aspergerforeningen.WebForm19'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''ce'' %> <!DOCTYPE ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on November 22, 2009
  • Re: Intermittent Problem with CuteEditor_OnInitialized

    Here's a sample page with no linked script.  Just load this in Internet Explorer (I'm using version 7.0) and hit the refresh after each load.  The problem occurs sporadically, but does happen.  It's more apparent if you add an alert to the CuteEditor_OnInitialized stub as well so that you can see it fire instead:   <%@ ...
    Posted to Cute Editor for .NET (Forum) by Frank Leinbach on June 3, 2008
  • Language issues

     Hi there, i have found some language issues in the dutch cute-editor. And they can also be applied here: http://richtextbox.com/cs/localization.aspx  (select Dutch)    1. If you click search/replace the you will have ":" twice after "zoeken naar" (search for)       this can ...
    Posted to Cute Editor for .NET (Forum) by bartje on August 6, 2014
« First ... < Previous 54 55 56 57 58 Next > ... Last »