Search

You searched for the word(s): cuteeditor ajax
Showing page 11 of 23 (227 total posts) < 1 second(s)
  • CuteEditor Beta has some issues

    1. Styles within a script block do not render.  Steps to reproduce set  EnableStripScriptTags=''False'' add the following script block to the page. <script type=''text/css''> .foo{background-color:Red;}</script> define an element with class=''foo'' switch to Preview styles do not render     2. Issues when ...
    Posted to Cute Editor for .NET (Forum) by kmoreno on March 28, 2007
  • Re: CuteEditor via AJAX

    I'd like to make an update, I stated incorrectly before.   I canNOT get CuteEditor to work AT ALL inside a ModalBox (http://www.wildbit.com/labs/modalbox/)   Just updating the issue
    Posted to Cute Editor for PHP (Forum) by infringer on January 8, 2009
  • Re: Javascript Not Working in Firefox

    Hi MDCragg,   Try this way   Do not use server button to add the text, use input, like below. <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 2, 2009
  • Re: Issue with a bind and Firefox submissions

    More information:        I narrowed the problem down with MS AJAX and the update panel.  Below shows how this can be recreated.  In the app I am building, I create an aysnc update because a certain process takes a while and I want to show an update progress...  In Internet Explore it works but in Firefox ...
    Posted to Cute Editor for .NET (Forum) by dpenrod on March 21, 2008
  • Re: Unable to find the uploaded file in directory

    This is my web.config's <httpModules> section:     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>       <add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on February 25, 2009
  • Ajax Functionality

    I am using the cuteeditor and attempting to do some of the functionality via Ajax, such as loading and retrieving values from the editor. Basically what I am doing is taking the value of a div and then placing it inside of the editor, once I am done editing the information I put the value back into the div again. This worked fine using the ...
    Posted to Cute Editor for .NET (Forum) by ASPMan on February 22, 2011
  • Problems with Ajax - Telerik implementation

    Hi Adam,   We are trying to Ajax-enable a CE using Telerik's Ajax control.   It works OK in IE, but not Firefox.   A complete sample is here:    /forum_uploads/telerik_test_CuteEditor.zip   Can you please help on this?   ***************************** Run using Firefox: 1. When the main page ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 22, 2007
  • Re: Multi-file upload in CuteEditor

    This feature is supported in version 6.2 now.   Demo:   http://cutesoft.net/example/general.aspx   Please download the control again.   We just included the Leading asp.net upload component -- AJax Uploader 2.0 into Cute Editor.     Keep me posted  
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2008
  • Receiving JavaScript Error on ASP.net AJAX Partial Postback

    I've used the 'Ajax-Support.aspx' page as a guide to create my 'save' page successfully. But, now I need to populate the CuteEditor upon the selection from a DropDownList.  I have a form with a DropDownList, Textbox, CuteEditor and an update Button.  When the SelectedIndexChanged event fires, I get the values I expect but not ...
    Posted to Cute Editor for .NET (Forum) by TML on March 13, 2009
  • Re: CuteEditor v5 .Net and ajax

    Bruce,   The following example will help:   http://cutesoft.net/example/JavaScript-API.aspx   You can find the source code of the above example in the download package.    
    Posted to FAQ (Forum) by Adam on November 8, 2005
« First ... < Previous 9 10 11 12 13 Next > ... Last »