Search

You searched for the word(s): document
Showing page 157 of 325 (3,244 total posts) < 1 second(s)
  • Re: How to catch uploader error

    Riena: Hi,   From time to time we are getting ''The upload task is interrupted'' error. Can it be caught to present for customer nicer message, something like: ''The upload has failed. Please try again.''   Thanks.   Riena,   Which version of uploader are you using?   Can you download the latest build and ...
    Posted to Ajax Uploader (Forum) by Adam on February 22, 2010
  • 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: cute Editor 6.5 IE Execute SetHTML () "js function cannot edit issues

    Hi wpy126,   It works fine for me, can you reproduce this issue on our online demo?   Demo:   http://cutesoft.net/example/JavaScript-API.aspx   Please test the code below <%@ Page Language=''C#'' AutoEventWireup=''True'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 10, 2009
  • Re: SetHTML problem with IE 8

    Sam Hutchinson: Hi  I tried contacting support but have still had no response on this issue.     This is a problem I am experiencing when using your php editor and the setHTML method.   If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 8, 2009
  • Re: zoom with the mouse wheel

    Hi,   We will add option for this request.   Currently you can override the default implementation by this way ...
    Posted to ASP.Net Image Gallery (Forum) by cutechat on October 18, 2009
  • Re: Custom Drop Down List : Insert Selected Item in Editor.

    HI ashi.avinashvyas,   Try this code <%@ Page Language=''C#'' Debug=''true'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 10, 2009
  • Re: <body> value can be change

    Hi goh6613,   Try this way:   Need to go to HTML view   <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 9, 2009
  • Re: Error Creating Control - Uploader1?

    *.resx files are temp files which will be removed by Ajax Uploader automatically. Unlike standard ASP.NET HtmlInputFile control, AJAX Uploader does not read the entire uploaded file into memory. It streams the data into a temporary file while the data is received. For this reason, you must specify a temporary file location. You should ensure ...
    Posted to Ajax Uploader (Forum) by Adam on January 22, 2009
  • Re: Problem adding html

    Please set the following property to true then try again:   Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 15, 2009
  • Re: Messenger 5.0 Customization needed

    1. Our users are NEVER permitted to delete the message history. How can we disable that feature? Viewing the history is great, but deleting is a no-no.   Open CuteSoft_Client\CuteChat\MessageHistory.aspx and find the following code:        <asp:linkbutton id=''ButtonDeleteAll'' Runat=''server'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on December 11, 2008