Search

You searched for the word(s): javascript
Showing page 170 of 408 (4,076 total posts) < 1 second(s)
  • Re: Using AjaxUploader with jQuery AJAX and ASP.NET

    Hi Terry,   Sorry for the slow feedback; I couldn't get it working in time and so had to abandon the project and use another method.   I've now got a requirement for this in another application, so I downloaded your example, put it into a project and converted the AJAX calls to jQuery.  The application is now running and ...
    Posted to Ajax Uploader (Forum) by Dunc_NZ on June 2, 2009
  • Re: Javascript error when pressing the back button

    Problem resolved.  Demo: http://cutesoft.net/asp/EnableAll.asp Please download the control again. If you still have the CuteEditor Delivery email, click the URL in the email to download your control. If you delete the delivey email, please write to sales@cutesoft.net .  
    Posted to Cute Editor for ASP (Forum) by Adam on June 27, 2005
  • Re: AJAX.NET Partial Refresh SOLUTION

    Actually, now I can't catch CuteEditor_OnCommand anymore, and the editor only creates full postbacks, even when placed within an UpdatePanel. My guess is when the editor loads it scripts during an asynchronous callback, it overrides the CuteEditor_OnCommand function. I even tried registering CuteEditor_OnCommand using ...
    Posted to Cute Editor for .NET (Forum) by slegay on July 25, 2007
  • Re: W3C validation errors for Cuteeditor

    Hi, I used ''Cute Editor for .NET version 6.6 - #1 WYSIWYG''. I have the following errors when I do WIS validation. Its around 87 errors relating with CuteEditor...my code as followed..  <!-- CuteEditor ctl00$MainContent$txtContent Begin --> <textarea name=''ctl00$MainContent$txtContent'' ...
    Posted to Cute Editor for ASP (Forum) by yuki on July 26, 2012
  • Re: How to detect a cancel upload event

    Thanks for replying Ken. I'm not a hardcore web developer, so I'm trying to translate what you've got to MVC3 / Razor which is what I'm using.  Please forgive me if I misunderstand :) It looks like you're capturing the cancel button event on the client side in javascript.  What I need is to know when the cancel button is ...
    Posted to Ajax Uploader (Forum) by mtaute on March 23, 2012
  • Re: cant use html widgets with the editor?

    Here's some example HTML: <div id=''PictoBrowser120119234855''>Get the flash player here: http://www.adobe.com/flashplayer</div><script type=''text/javascript'' src=''http://www.db798.com/pictobrowser/swfobject.js''></script><script type=''text/javascript''> var so = new ...
    Posted to Cute Editor for .NET (Forum) by flyryde on January 20, 2012
  • Re: UploadereventArgs

    Hi, The images are only saved in the temp folder. On btnSave click I only get the message 'select images'. The code is copied from the example. Am I overlooking something? ASPX ...
    Posted to Ajax Uploader (Forum) by Anonymous on December 7, 2011
  • Re: Problem using CE as a seperate Flash/.swf selector

    Sure Ken, here is the display page snippet: <asp:TextBox ID=''ThumbnailTextBox'' runat=''server'' Width=''200px'' MaxLength=''255'' /> <input type=''button'' value=''Flash'' onclick=''callInsertThumbnail()'' id=''ThumbnailButton'' name=''ImageButton'' runat=''server'' /> <asp:RequiredFieldValidator runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by spencet on December 3, 2010
  • Re: IE problem after uploader update

    Hello, Terry.   Thank you for your reply.   We have tried both solution but neither of them helped. We still get the same error.   We disabled uploader script source as you suggested as the second option of your post and reverse engineered resource file with javascript. The error occures when the script tries to set mouse ...
    Posted to Ajax Uploader (Forum) by mac11710 on November 26, 2010
  • Re: Enumerate html tag elements in custom dialog; server-side?

    Ok, I'm presuming the way to do it is to present a basic page from server side, fill in the relevant fields client side and somehow post it back, and then present a new page with the additional fields. How can I perform a single postback? Simply adding __doPostBack('__Page', 'Args') to the end of the SyncToView() javascript method causes an ...
    Posted to Cute Editor for .NET (Forum) by Tobster on November 8, 2010