Search

You searched for the word(s): document
Showing page 55 of 325 (3,244 total posts) < 1 second(s)
  • Re: Post Back For AjaxUploader MVC

    Hi burley325,   If you requirement, I suggest you catch the upload error then handle it by your own login. Please refer to  http://www.ajaxuploader.com/document/scr/html/How-to-catch-uploader-error.htm, the upload file will be a parameter there, so do not need to set it back to the form.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on February 7, 2013
  • Re: SLM error:Error:File not exists!

    Hi Abidali, This issue is not cause by the license file. Is your site on the load balancing/web farm/ cloud environment? Please refer to http://www.ajaxuploader.com/document/scr/BeforeYouBegin.htm to set the TempDirectory and try again. Set UploadType=''IFrame''; it should shows you another error ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 20, 2012
  • Re: Can CuteSoft uploader be used to only upload one file at a time?

    Yes, please check this example: Simple Upload with Progress A basic sample demonstrates the use of the Upload control.     http://ajaxuploader.com/document/index.htm#page=ClassReference/CuteWebUI.UploaderBase.MultipleFilesUpload.html   Ajax Uploader Class Reference ...
    Posted to Ajax Uploader (Forum) by Adam on January 21, 2009
  • Re: onblur event for cute editor

    Hi Rameshdurai, Method CuteEditor_OnInitialized will set it for each editor. You can separate it by editor.id. Like the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 26, 2012
  • Re: Customizing the Progress Bar

    Dear chrisluo,   Please refer to the following snippet:   <%@ 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 Eric on April 20, 2011
  • Re: clear editor1 using javascript

    Dear lonnie, Please refer to the following snippet:<%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Carriage Return Example</title> ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 6, 2011
  • Re: problem with GetSelection() in IE for custom button with popup

    This solution seems to work :   function getSelectedHTML() {     var editor1 = Window_GetDialogArguments(window)     var editdoc = editor1.GetDocument();     var editwin = editor1.GetWindow();     var rng=null, html='''';     if (document.selection ...
    Posted to Cute Editor for PHP (Forum) by Laurent31 on November 14, 2008
  • Re: How to set a background image?

    Brian,   I assume you would create a custom (button / drop down / popup) which could call a function like:   function setBackground(url) {   //Update editor   var editor1 = document.getElementById('<%=editor1.clientid%>');   editor1.GetDocument().body.style.backgroundImage = ''url('' + url + ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2007
  • Re: retrieve data from editor

    Darryl,     Here it is:     Dad.htm   <HTML><HEAD><SCRIPT>function popupCuteEditor(v_form, v_field){ var newWin, v_pagestring; w = 770; h = 500; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Re: Non-editable custom object

    OK.  I think I got it sorted out.    You need the UNSELECTABLE attribute on every element inside the containing object, and CONTENTEDITABLE=''false'' set on the outside container, plus you have to trap the onmousedown event of the outside element and force the editor to control select the object.   The following code ...
    Posted to Cute Editor for .NET (Forum) by skipl on November 5, 2004
« First ... < Previous 53 54 55 56 57 Next > ... Last »