Search

You searched for the word(s): cuteeditor ajax
Showing page 2 of 23 (227 total posts) < 1 second(s)
  • Re: CuteEditor JS Error 800a025e

    ajouadi: Hi everybody,   In my aspx page, i have two cuteedior placed on updatepanel .. when a postback event, it generate a JS error : ''htmlfile: Could not complete the operation due to error 800a025e'' ==>   if(editdoc.queryCommandValue(OxO36e1[0x1c0])==Ox8f5[i][0x0]    then ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2009
  • Re: CuteEditor via AJAX

    After looking at the Modalbox some more (http://www.wildbit.com/labs/modalbox/), I believe I'm not going to be able to load the CuteEditor dynamically?  Unless someone can help me come up with a way to do it.   You can see at the modalbox's wiki pages... (http://code.google.com/p/modalbox/wiki/DefiningJavaScript) that javascripts can't ...
    Posted to Cute Editor for PHP (Forum) by infringer on December 26, 2008
  • Re: MS AJAX + 2 CuteEditor stack overflow and Error: Sys.InvalidOperationException: A control is already associated with this element error

    Before applying new build we managed yesterday to resolve error:''Error: Sys.InvalidOperationException: A control is already associated with this element error''. It was connected witk updateprogress it seems like it was added twice iv two cuteeditor are present (during CE render). UpdateProgress was not added dinamicly but inline :( Strange ahaa. ...
    Posted to Cute Editor for .NET (Forum) by milosc on November 28, 2007
  • Re: Editor at AJAX loaded Control

    It seems the following code can solve the problem... But can I be shure that there are no other undiscovered problems?   var browserType = Request.Browser.Browser.Equals(''IE'') ? ''IE_Loader'' : ''Gecko_Loader''; ...
    Posted to Cute Editor for .NET (Forum) by empty on July 5, 2010
  • Issues with CuteEditor and dynamically created ASP.NET AJAX TabPanel in Firefox

    I am trying to use CuteEditor with ASP.NET AJAX's (release 10618) TabPanel. I have a TabContainer hardcoded on a User Control, which gets loaded onto a page within the ContentTemplate of an UpdatePanel. If I dynamically create the CuteEditor and add it to a HARDCODED TabPanel within the TabContainer, all is well. If I dynamically create the ...
    Posted to Cute Editor for .NET (Forum) by websensei on July 23, 2007
  • CuteEditor v5 .Net and ajax

    Thanks Adam for ealier comments - problem reolved.   Does anybody know how to dynamically display and save content in CuteEditor .Net v5 using javascript?   I tried the following code but does not work: Javascript   var x = Document.getElementById(''Editor1''); x.text = ''Hello world'';Aspx<%@ Register TagPrefix=''ce'' ...
    Posted to FAQ (Forum) by bruce.shadbolt@act.gov.au on November 7, 2005
  • Re: CuteEditor error with AJAX

    Thanks Adam, That's good to know :)   I also get another error in my main project   Line:605 Char:13 Sys.WebForms.PageRequestManagerServerErrorException : An unknown error occurred while processing the request on the server. The status code returned from ther server was: 405.   Is this also an error you've seen before? ...
    Posted to Cute Editor for .NET (Forum) by davewarren on May 6, 2008
  • .net 3.5 ajax updatepanels cuteeditor

    If I attempt to put multiple ajax update panels on a page with the latest version of cuteeditor (which I'm not even sure works with .net 3.5) I get the following error   with only one ajax panel it works fine.   see error below (any help would be appreciated)  
    Posted to Cute Editor for .NET (Forum) by oompah on January 18, 2008
  • Re: The page flash when include cuteeditor after postback whatever in the updatepanel

    Hi surrounding,   Please try the example below.   If you still get this issue. Please create a simple page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 1, 2010
  • Re: CuteEditor via AJAX

    Sorry to spam the forums... just trying to keep post my new findings to see if I can help any.   FCKeditor works properly for this function, so I am planning on just using it for the time being as this doesn't have to be a huge deal of formatting, but I want to use CuteEditor...    
    Posted to Cute Editor for PHP (Forum) by infringer on December 26, 2008