Search

You searched for the word(s): javascript
Showing page 260 of 408 (4,076 total posts) < 1 second(s)
  • AjaxUploader: Prevent Hiding of Custom Queue Table

    I am using Example 1 from the 'Create a custom queue table' from the AjaxUploaderDeveloperGuide. The code sample works great, however once all the files are uploaded the table disappears. I am trying to add some new form fields to the table in javascript so that the user can enter some additional details for each of the files while the files ...
    Posted to Ajax Uploader (Forum) by jcaruso on February 22, 2010
  • Re: Uploader with ModalPopup

    Rushi ,   After the files be uploaded , the uploader will fire a javascript OnPostback event , and then post back the form   So the page will refresh , or the content will refresh if you using MS-Ajax .   If you do not want the modal popup UI be refreshed , you need handle the OnPostback event.   Please check this ...
    Posted to Ajax Uploader (Forum) by cutechat on November 24, 2009
  • This only works in IE, not in Firefox etc.

    Hi.   I have put two new buttons in, but when i hit them, nothing happens, only in IE. The buttons do the following:   Opens a new form (called getLink.aspx). On the form user chose a link, and close the form again. Then the link is insert into cuteeditor.   My code look like this:   <%@ Page Language=''vb'' ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on November 21, 2009
  • SetHTML problem with IE 8

    Hi  I tried contacting support but have still had no response on this issue.     This is a problem I am experiencing when using your php editor and the setHTML method.   If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method ...
    Posted to Cute Editor for PHP (Forum) by Sam Hutchinson on October 26, 2009
  • <body> value can be change

    hi all   i would like to ask whether i can call a javascript to change the <body> value of the editor ?   for example, from <body> change to <body style=''background-repeat: no-repeat'' background=http://localhost:2341/eTemplate_develop/member/template/xyz.jpg'' border=''1''> when the javascript function is call ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on April 9, 2009
  • CustomAddons

    I need to implement more than one CustomAddons like this for example:   editor.CustomAddons = ''<img title=''''Using oncommand'''' class=''''CuteEditorButton'''' onmouseover=''''CuteEditor_ButtonCommandOver(this)'''' onmouseout=''''CuteEditor_ButtonCommandOut(this)'''' onmousedown=''''CuteEditor_ButtonCommandDown(this)'''' ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 21, 2009
  • how to disable/re-enable container form

    I would like it to work like this:   User clicks browse, selects a file, and the upload starts -> I get a client side event, the event handler for which can disable appropriate screen controls while the upload proceeds.  Looking for a javascript BeginUpload event or something like that.   User clicks cancel during an upload ...
    Posted to Ajax Uploader (Forum) by veloearl on December 22, 2008
  • set default value for form action attribute

    when we click on insert form icon.. an insert form dialog box appears.. i need to set a default value in form action text box, but no luck..   can you please tell me, how can i set a default value for form action..   i found a file at this path;   CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_form.ascx   and i saw this ...
    Posted to Cute Editor for .NET (Forum) by nadiralishah on September 26, 2008
  • Some information

    Hi forum,    I'm evaluating CuteEditor for my company (we are looking for an web editor for our online application). Using your cool editor I have found some strange behavior   1) Using Firefox 3.0 the html code is automatically formated where switch from HTML to NORMAL view. I have set to false the option ...
    Posted to Cute Editor for .NET (Forum) by Luca Tessitore on September 3, 2008
  • Re: Some programming questions about Cute Editor

    >>1. Is is possible to instantiate the editor on the server side using C# or   Yes.   Demo:   http://cutesoft.net/example/Dynamically-Create-Editors.aspx   Do something like this:   CuteEditor.Editor editor1  = new new CuteEditor.Editor();     >>2. Is it possible to have Cute ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 5, 2008