Search

You searched for the word(s): javascript
Showing page 187 of 408 (4,076 total posts) < 1 second(s)
  • Re: FileValidating event not firing? Please help!

    Hi,   Any UI/ViewState changes in FileValidating will be ignored.   You can throw an exception in that event handler, and use javascript to catch it :   function CuteWebUI_AjaxUploader_OnError(msg) { return false;//hide the default alert }   function CuteWebUI_AjaxUploader_OnTaskError(obj,msg,reason)   ...
    Posted to Ajax Uploader (Forum) by cutechat on June 21, 2009
  • Image editor icons not working

    I think this is my error but don't know how to do it.   When I use the ImageEditor, it displays, the image appears etc, but whne i click on any of the icons such as crop, rotate nothing happens except a javascript page error, object not found.   Have I forgotten to set a property or something?  
    Posted to Cute Editor for .NET (Forum) by paulcreedy on September 26, 2008
  • netSpell - submitting form

    How can i force the NetSpell to not submit the form, once I hit cancel?If I hit Cancel on the spellcheck popup, it still tries to execute my server side button code on my page.I added ''return false;'' to the closewindow() function in the javascript file spell.jsbut it still submits the page to the serverany ideas?Thanks!
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 19, 2006
  • Tried the change

    I have removed <base ....> line completly from template.aspx but still get the same result - javascript error when I click on the link and target is still reset to _blank everytime ''preview'' tab is selected. I anticipate that when you introduced the new feature ''BaseHref'' target is always set to _blank no matter what it is inside ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on May 25, 2006
  • Re: Javascript image map problem

    Please set Editor.EnableStripScriptTags Property to false, then try again.Editor.EnableStripScriptTags Property Specifies whether to remove inject script before write the string into the db.
    Posted to Cute Editor for .NET (Forum) by Adam on September 29, 2005
  • Re: Can't update H1 tags in config files

    Hi, That worked great for a single heading, I really need to do this for all headings except h1s, so I changed it to this:   <script type=''text/javascript''>                     function CuteEditor_FilterHTML(editor,code)   ...
    Posted to Cute Editor for .NET (Forum) by StevenLockey on August 6, 2010
  • Re: Set properties of que list when uploading manually

    b-man,   You can't change the position of the buildin cancelall button.   Here is an example to make another button ...
    Posted to Ajax Uploader (Forum) by cutechat on March 10, 2009
  • Re: The Upload is Interupted!

    Terry, Thanks for quick responses. I should have been more specific regarding my needs. We have built everything off of your demo code using the Famewok 2.0-Cshap-MicosoftAjax\ project.  All of the customization we are doing is in the javascript using the handlexxxxx functions on a per uploader instance basis. We aren't using the ...
    Posted to Ajax Uploader (Forum) by ttucker on February 23, 2009
  • Re: Is it possible to write custom status text on the Cute Editor Control area

    David,   You can embed a div tag and assign an ID.   When CuteEditor_OnChange event is fired, update the innerHTML of this control like we did in the folllowing example:   http://cutesoft.net/example/JavaScript-API.aspx     >>Could you show me where to include the div ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 31, 2007
  • Re: Invisible to Visible and Back Again!

    derek,   Here is the code.   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <script language=''javascript''>   function ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2007