Search

You searched for the word(s): document
Showing page 243 of 325 (3,244 total posts) < 1 second(s)
  • Re: Getting Error While Installing Cute Editor 6.0

    Prasad,   Please check the following articles:   Restricting Media Files by Extensions and Types   Restricting Image Files by Extensions and Types   Restricting Document Files by Extensions and Types   Hope it helps. Let me know if you have any further questions.  
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2007
  • Re: How do I pass variables to and from a custom dialog box?

    Nick,       Try:     // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');        //Get the editor selection    var editselection=editor1.GetSelection();    
    Posted to Cute Editor for .NET (Forum) by Adam on March 28, 2006
  • Two Question

    1. i've see a file named browse_image_with delete.asp. How can i use it?2. when i choice a document with browse_document the document title is not applied to name of download but only at ''title tag''. How can i edit for display the title also as link name?Thank you
    Posted to Cute Editor for ASP (Forum) by beerbear on November 25, 2004
  • Re: Different errors on diff machines

    Dear jaydev,   Now when I upload file it gives me errors like 1)FLM                Please check this thread,  FLM Error: Invalid Size !1310720   it may helps. make sure you have the last version too.   another solution , is set this ...
    Posted to PHP File Uploader (Forum) by Eric on November 15, 2010
  • Re: Custom tags How to

    Have you tried creating a custom script which pastes in the tag.  You can use the following to paste custom tags into the designer.     document.getElementById('CE_Editor1_ID').ExecCommand('PasteHTML',false,'<flashvideo src=''wiggle.flv''></flashvideo>');     Furthermore, if you get a ...
    Posted to Cute Editor for .NET (Forum) by MarkMyWords on May 30, 2008
  • Re: Custom Template

    Here is the code I have in the htm file, it's just straight html.  Other then the htm file I created I added the template item to the resources.xml file.  I know the images are not appearing because they have to be absolute links instead of relative.  But I have not yet added the code to store and retrieve the images from a ...
    Posted to Cute Editor for .NET (Forum) by twilliams558 on January 25, 2005
  • RTE (classic ASP) does not allow multiple file upload

    Tried the default demo in both Chrome & IE8.  But only one file can be uploaded at a time in either the image or document libraries. (not able to select more than one)   .Net version allows multiple image files ok.     Please advise if this is by design. thanks, Paul 
    Posted to Rich Text Editor for .NET and MVC (Forum) by accunet on April 23, 2013
  • Re: Fire asp.net codebehind after upload

    Hi,   After uploader uploaded all files , it will run   client side javascript :   1 - fire PostBack event http://ajaxuploader.com/document/scr/JavaScript-API.htm   2 - submit the form   server side :   3 - fire FileUploaded for each file   4 - fire UploadCompleted for all ...
    Posted to Ajax Uploader (Forum) by cutechat on August 31, 2009
  • Re: How to get the filename at client side using javascript

    HI jai101084, You can get the file name in API CuteWebUI_AjaxUploader_OnSelect  Please refer to http://www.ajaxuploader.com/document/scr/JavaScript-API.htm  Regards, Ken 
    Posted to FAQ (Forum) by Kenneth on March 12, 2012
  • Re: Javascript API

    dvarchev@vizibility.net,   Thanks for the nice comments about Cute Editor and suggestions.   Yes, we will provide a more detailed JavaScript API document in the future release.      
    Posted to Cute Editor for .NET (Forum) by Adam on April 28, 2006