Search

You searched for the word(s): document
Showing page 105 of 325 (3,244 total posts) < 1 second(s)
  • Re: ASP Custom Button

    JasonL,   Please add the following code to the bottom of your page:   <script language=''JavaScript'' type=''text/javascript'' > ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 24, 2009
  • Re: Warning popup with IE 8

    Adam  Your example works perfeectly as does the index.php you include with your sample.  The difference is that I am using the smarty engine to templating to handle screen IO and in that environment we have grief.    I have created a small sample which in my environment reproduces the problem which I am attaching ...
    Posted to Cute Editor for PHP (Forum) by esimuro on June 18, 2009
  • Re: No chat images but text only links

    Steve,   Please open CuteSoft_Client\CuteChat\Support-Image-Button.js.aspx and find the following code:   function WriteLiveSupportButton()    { ...
    Posted to Cute Live Support (Forum) by Adam on June 9, 2009
  • More javascript methods/properties documentation

    Hi Terry,i am trying this scenario: In the CuteWebUI_AjaxUploader_OnSelect I am disabling a drop down box so no problem with that. However, if the user presses Cancel or Cancell All button i want to enable this drop down list, but only if there isn;t any file uploaded 100%. I am capturing the stop event with  ...
    Posted to Ajax Uploader (Forum) by raulsuhani on June 1, 2009
  • Re: Need Javascript DeleteAllAttachments...

    Terry,      Thank you very much for answering my question.   I have an additional question related to the same issue.  If the files that were uploaded to UploaderTemp are marked as persisted and the Attachment object is disposed, then shouldn't the persisted uploaded files be deleted (I know that ...
    Posted to Ajax Uploader (Forum) by CodeSlinger on May 13, 2009
  • Re: How to change the order in which controls are appearing

    Thanks a lot, Terry. The first example in the following link worked like a charm. http://ajaxuploader.com/document/index.htm#page=create-custom-queue-table.htm   Now, I face another issue. Once all the selected files are uploaded, the list of uploaded files is shown in a seperate table. How shall I change that to a customized queue, just ...
    Posted to Ajax Uploader (Forum) by nipunvarma on May 7, 2009
  • Character Encoding Issue

    Hi,   when text is copied from a word document into the asp cute editor invalid characters get inserted into the text.   For example see the following text:   '' Join the TradeWinds Island Resorts as we celebrate Labor Day with our Labor Day LuWOW Package. This 4 day/3 night packages ...
    Posted to Cute Editor for ASP (Forum) by Madhuri_M on May 6, 2009
  • Re: Keep queue visible after upload

    Hi,   When the page do the postback , the table will be reseted.   If you want to keep the queue , there's two solution :   1. in the OnPostBack event , cancel it. but you will not get the FileUploaded event   2. process the OnQueueUI event , and draw the table by your self.   If you are not use AJAX , I think ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2009
  • Installation of CuteEditor PHP http://www.npcourses.com/CuteEditor_Files/index.php

    Dear Adam and the Forum http://www.npcourses.com/CuteEditor_Files/index.php    and http://www.npcourses.com/CuteEditor_Files/edithtml.php    I am still trying to understand the correct installation of CuteEditor for PHP I keep getting the error below, so perhaps someone could assist me with the correct procedure to ...
    Posted to Cute Editor for PHP (Forum) by ceanders35603 on April 24, 2009
  • Re: Programmatically start download

    Igor,   It's not a easy thing because starting upload is a client side behavior.   If you are not using AJAX , the client side state already be disposed.   So , if you use AJAX , you can just send JAVASCRIPT to start it :   var ...
    Posted to Ajax Uploader (Forum) by cutechat on April 23, 2009