Search

You searched for the word(s): javascript
Showing page 204 of 408 (4,076 total posts) < 1 second(s)
  • Re: Zoom factor - store / set?

    Hi ederkley,   The Rich TextEditor did not provide the API to catch the zoom function. you can try the way below to get the zoom value.   1. Open file "richtexteditor\plugins\zoomview\plugin.xml", find section ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on April 11, 2013
  • Re: How to set the file names in FileTooLargeMsg property?

    Hi mvjr,   The catch error function will check the file one by one, so it will not get all the large files at the same time. you can catch all upload file size when the user selec the files for upload, then check it by your own code, like below.     ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 5, 2013
  • Re: Start uploading manually more than 1 files

    As i understand, there are possibilities to implement this code in C# instead of JavaScript to start manually uploading few files? I'm right?   P.S. I've met this expression first time: '<%=SubmitButton1.ClientID %>'? P.S.S. What is this?  I cannot find any information about it. P.S.S.S. Is there ...
    Posted to Ajax Uploader (Forum) by AlxReiter on October 29, 2012
  • Re: Get name of the file but no upload the file

    Hi jaubrun,   You can achieve it in API "CuteWebUI_AjaxUploader_OnSelect". like the example below, it will alert the upload file name, then cancel the ...
    Posted to PHP File Uploader (Forum) by Kenneth on October 24, 2012
  • Re: Filename pattern

    Hi Luuuukke, You can limit the file name by your own logic in API ''CuteWebUI_AjaxUploader_OnSelect'' and use method Cancel() to remove it if not match your request. Please try the example below. ''files'' is the selected file list. files[i].FileName is the upload file name.  More detail about the API please refer to ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 31, 2012
  • Re: Extra content is added in editor

    Hi jitendrajls, Add the code below to the bottom of your page, it will remove the content you provided. By the way, do you get the same problem on demo http://www.cutesoft.net/example/general.aspx? If the demo page works for you, I suggest you download the latest version and try again. Latest version download url: ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 28, 2012
  • Re: Friendly File Names

    Hi PeterK, The example below shows you how to custom the queue table, hope it help <?php require_once ''phpuploader/include_phpuploader.php'' ?><?php session_start(); ?><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 22, 2011
  • Re: How do I configured "italic" to be "i" and not "em"?

    Hi ARJDESIGNS, You can use the html filter to achieve it, try the example below <%@ Page Language=''C#'' ValidateRequest=''false'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html><head>    <title>example </title></head><body>    ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 16, 2011
  • Re: Problem when publishing to production test server...

    Ken,       The method above you provided does not really work.  It does seem to upload the file and  fire OnUploadCompleted and OnFileUploaded events.  However, the ajax part of uploader does not work as it generates a full page postback..   I am using the ...
    Posted to Ajax Uploader (Forum) by ScottDolan on November 2, 2011
  • Re: Using UploadPersistedFile and making file upload mandatory

    Hi MarjaR, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!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 October 18, 2011