Search

You searched for the word(s): postback
Showing page 35 of 85 (848 total posts) < 1 second(s)
  • Re: CuteEditor_OnCommand

    I have the ''How To'' working now by changing a line of code:   if(command.toLowerCase()==''postback'' &&value==''Save'' && editor.id==''<%=Editor2.ClientID %>'')   I still cant get this working on my page, I have the latest version installed and all code is within a User Control is that makes any difference.
    Posted to Cute Editor for PHP (Forum) by redman on June 9, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hello,   This error occurs when the postback from page occurs. What could be the problem.???   After the error's the cute editor works fine. But still throws error somewhere that I wll try to handle at my end. I searched around the google the whole day to solve this but could not find any solution. This may be beacuse of my ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 10, 2009
  • Re: Cute Soft WYSIWIG Editor in an update panel to prevent postback

    I don't know anything about editors for coding, but as a writer that often use text editors (and I have seen them a lot!) I'd suggest you browsing this review site where you can find some cool apps besttexteditor.com
    Posted to Cute Editor for .NET (Forum) by Jenny1green on July 5, 2016
  • Does CE support event validation?

    On one of my web pages, I have a postback occurring to the CE after some user input. Problem is: I get the Invalid postback or callback argument error but  I don't want to disable EventValidation on the page. Question is: does CE support event validation? (which is needed to return a UniqueID)
    Posted to Cute Editor for .NET (Forum) by lwb1962 on January 27, 2010
  • Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)

    Ken, I'm sorry, but I can't isolate the problem. It's stably reproduced only deep inside my control tree. For example, when I move the uploader control to the parent of its current containing user control the bug disappears. But I need the uploader exactly in that place where I have it. IMHO the deletion of temporary files is the key for ...
    Posted to Ajax Uploader (Forum) by thorn on March 15, 2012
  • Re: Not able to upload some PDF files

    Here is an exemple of the problem. It's derived from simple-upload-UI.aspx.   Modification of simple-upload-UI.aspx : The forms begins now with a simple button. All the old part of the form is placed into a MultiView/View. Initialy, the multiview have its visible attribute set to false. The callback of the first button sets ...
    Posted to Ajax Uploader (Forum) by Titou on November 7, 2008
  • Re: relative links

    Let’s try this.1. Click the insert link button. 3.      In the URL field, if the path is relative path (../somelink), after postback, you will get a relative path.     In the URL field, if the path is absolute path, after postback, you will get an absolute path.Hope it helps.Let me know if you have any ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2005
  • Chrome is posting back full page

    I am working with your examples using Magic AJAX and it is postback the entire page when I use chrome but just the Magic AJAX section when used with FireFox.   This also seems to be happening here: http://ajaxuploader.com/Demo/select-multiple-files-upload.aspx   Is this a known issue? Is there a work around.   Matty 
    Posted to Ajax Uploader (Forum) by PSMatt on March 26, 2009
  • Re: During upload is in progress i need to change text of InserButton to "Uploading...."

    Hi,   Yes, the API is   //Fires when upload is stopped and not do postback function CuteWebUI_AjaxUploader_OnStop() {     var hidden=this;     hidden.internalobject.insertBtn.style.display='' } And you can refer to all API at ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 14, 2013
  • Re: how to interact with the uploaded files table

    Hi,   The order is this :   1 - item change status to 'green mark'   2 - postback event fired   3 - server side OnFileUploaded fire for each file.   Please check this sample for the table :   http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
« First ... < Previous 33 34 35 36 37 Next > ... Last »