Search

You searched for the word(s): document
Showing page 208 of 325 (3,244 total posts) < 1 second(s)
  • Re: Blur Event

    Hi JavedBoqo, please try the example ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on July 21, 2011
  • Re: Disable max character limit on alt text

    Hi cw808, ''The HTML code to be added has reached the character limit for this field: 200. Please reduce the message length to continue.''  Please check your page and remove the MaxHTMLLength property of editor.          <CE:Editor ID=''editor1'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 17, 2011
  • Re: Number of uploaded files

    Hi jerry2,   question 1   Please try the example below     <%@  language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: How to manually set IMG src in custom dialog

    Dear Tobster,   Please refer to the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>    <script language=''JavaScript'' type=''text/javascript'' >        ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 15, 2010
  • Re: Maximum file size

    Hi pbwbart,   Please try the example below   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 16, 2010
  • Re: Duplicate Entries in Font and Font Size Lists

    Dear B284,   Please mouse over file \CuteEditor_for_NET6\Framework 2.0\bin\CuteEditor.dll, and tell us its timestamp. http://cutesoft.net/example/general.aspx, this is online example, it is latest version, can you reproduce this issue here? Did you make some customization of cuteeditor?   Font size dropdown document can be found at ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 15, 2010
  • Re: CuteEditor webpage integration

    I just wanted to update this page for anyone else whom might be having problems. I was able to get this working by switching the code back to my .aspx page from the code behind page. All I did here was paste the code from the XmlDataTypeSave.aspx howto tutorial, then edit a few various pieces that you can inspect below. This is a very ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 24, 2010
  • Re: Using jQuery to access getHTML

    Hi Lharris,   I tested your code, it works for me.   Can you try the example below on you site? <%@ Page Language=''C#'' AutoEventWireup=''True'' %>       <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 17, 2009
  • Re: Capture New and Delete Events

    Hi robinsong,   Try this way:   ------------------------------------------------------------------------->   <%@ Page Language=''C#'' EnableEventValidation=''false'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 14, 2009
  • Re: Help Needed in Placing Uploader in a Update Panel

    Hi Please check this thread about the validation controls: http://cutesoft.net/forums/thread/47402.aspx You can use Uploader1.InsertButton.ValidationGroup = ''NoNeed'';  to prevent the validation control stop the uploader doing the postback. That should help you to fix the 1-3 questions. (you do not need disabled the validation ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009