Search

You searched for the word(s): document
Showing page 107 of 325 (3,244 total posts) < 1 second(s)
  • Re: Is this possible?

    Anthony,   Uploader provide JavaScript API to let you listen the event.   http://ajaxuploader.com/document/index.htm#page=JavaScript-API.htm   OnSelect - to know files have been added into queue.   OnQueueUI - to get the files information.   OnProgress - to get the progress information.   OnPostback - ...
    Posted to Ajax Uploader (Forum) by cutechat on February 6, 2009
  • When will control use flash and when will it not use flash?

    Trying to understand how the AjaxUploader decides how to render the upload controls. On my PC (IE ver. 7.0) when I access the AjaxUploader it gets rendered using the NON Flash version. When 2 of my co-workders (they are using IE ver 7.0 as well), it gets rendered using the Flash version. Why??   What determines hoe the controls get ...
    Posted to Ajax Uploader (Forum) by demmett on February 6, 2009
  • Problem with special characters Mac OS 10.4.x in Firefox 3.0.5 and Safari

    Adam, I have a client who is on Mac OS 10.4.x in Firefox 3.0.5 and Safari. They have a problem with special characters. Those special characters are mdash (— ) and rsquo(’ ). On paste into the editor and submission of the record, the special characters become garbage. My client was able to recreate this problem on your demo page ...
    Posted to Cute Editor for ASP (Forum) by vlad-G on January 29, 2009
  • How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?

    Hi all,   I am trying to Start the Manual Upload for Dynamically Created UploadControl   but I am getting an error that ''Control Doesn't exist'' from here    in BLOCKED SCRIPT   var uploadobj=document.getElementById('<%=Uploader2.ClientID%>');   Uploader2 I am creating at the ...
    Posted to Ajax Uploader (Forum) by sreesreekant on January 26, 2009
  • Inserting Images - Max image dimensions

    Hi there,   I've been looking for a way of accomplishing this, however I have been unsuccessful thus far.  I'm trying to restrict users uploading images with image dimensions of more than xxx * xxx.   I've used the document help, but to no avail.  Into my config file I have inserted 4 lines which are as ...
    Posted to Cute Editor for ASP (Forum) by millsy54 on January 12, 2009
  • Re: Urgent issue need to resolved..

    once the I added a word into the dictionary then added word is maintained only for that specific browser in which the word was added.if u will login with other browser then u will find that added word is not there in the dictionary .I need to add the same word again. The new added word is stored in the client side cookie in the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 28, 2008
  • Re: Background color of the editor changed by javascript

                    // get the cute editor instance                 var editor1 = document.getElementById('<%=Editor1.ClientID%>');                ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 9, 2008
  • Re: How can i detect changed text in CE on the clientside?

    Ah-ha, Success!   Yes, your code change worked, still not sure why my code didn't but it helped me zero in on another issue. In IE7 you don't seem to be able to directly write to the onclick event of an object instead you need something like this:     <input id=''clicker'' type=''button'' value=''Click Me'' ...
    Posted to Cute Editor for .NET (Forum) by Luminousc on November 14, 2008
  • Re: Problem of GetSelection() in IE

    Thanks for your help. The solution is working in IE but not in the firefox. I wish to get the whole outerhtml in firefox similar to the way it is done in IE.   Please suggest.   // if firefox   if(editselection.rangeCount > 0)   {     var range=editselection.getRangeAt(0);     ...
    Posted to Cute Editor for .NET (Forum) by maximus392 on November 6, 2008
  • Re: PFD Generation - having problems

    Tried that page.....    Results are even worse than my code above.   The fonts don't change size or font-family, tables aren't displayed....   <html>     <head>         <title>Sample document for test</title>     ...
    Posted to Cute Editor for .NET (Forum) by m3jim on October 31, 2008