Search

You searched for the word(s): form
Showing page 35 of 300 (2,996 total posts) < 1 second(s)
  • Re: Disable Cute Editor in Client Side - reg

    Hi sathishcbe, Editor has not the disable function at client side, I suggest you hide the editor when you do not want the user use it. <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to FAQ (Forum) by Kenneth on December 20, 2011
  • Re: Guidance needed - not sure which uploader type to use!

    Hi Tawl, I suggest you use the UploadAttachments control, it allow to get all upload files back by porperty ''Items''. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 19, 2011
  • Re: Reset Files Uploaded Grid

    Hi mremigio, If you mean clean the uploader attachment, please try the example below. <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 12, 2011
  • Re: Cute chat questions.

    Hi shunman, 1. Chat room makes in administration console page only? No, you can create the chat room by code too. Example <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on November 22, 2011
  • Re: Getting File Duplicate Alert even if I have removed the file from upload

    Hi lbhatt, Please try the example below <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 19, 2011
  • Re: CuteEditor.Text is empty in postback

    Hi jeffqi, 1. The post back question Please try the examle below, it will show you the editor text each postback button click. Does it works for you? <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 10, 2011
  • Re: Problem With Single file Upload

    Please set the following property to false.   Uploader.MultipleFilesUpload Property   If true, the users are able to select multiple files in the file browser dialog then upload them at once.    Example Code  <?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
    Posted to PHP File Uploader (Forum) by Adam on October 2, 2011
  • Re: Cute Editor designer not encoding all the special charcyers e.g. double quotes ("), < and > etc.

    Hi sanjay.joshi, For security reason, must encoding these characters. If you do not want to encoding these characters, please use the html filter to replace it. The example below shows you how to reduction ''<'' and ''>'' <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 30, 2011
  • Re: Missing CustomProvider

    Hi HinaLaitkor, The example below shows you how to add the file into the attachment list. I have a file name ''test.txt'' at the root of the test site. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 26, 2011
  • Re: Hide table with class = AjaxUploaderQueueTable

    Hi starrillo, Please try the example below <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 26, 2011
« First ... < Previous 33 34 35 36 37 Next > ... Last »