Search

You searched for the word(s): javascript
Showing page 30 of 408 (4,076 total posts) < 1 second(s)
  • Re: JavaScript error during upload

    Hi,   your 'action' input field will override the form.action property. I think we need use form.getAttribute(''action'') for the new code..   1. If you only modify the attribute CancelUploadMsg it's not useful , because the cancel button is rendered as an real button. and be attached as the CancelButtonID   2. If you are ...
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Re: Javascript not working

    Adam, im sorry for having bothered you, the error appeared to be on my side.   What I was doing was;   editor.Text = textTranslated; editor.EnableStripScriptTags = false;   Which should  be;   editor.EnableStripScriptTags = false; editor.Text = textTranslated;     And everything worked fine. I ...
    Posted to Cute Editor for .NET (Forum) by Dtest on September 12, 2007
  • Re: loadHTML from javascript

    Mikenas,   loadHTML method is not available in JavaScript. The files locate inside the web server and you need to use the server side method to read the files.   For your request, I suggest you use Ajax to load server side files.   Hope it helps.
    Posted to Cute Editor for .NET (Forum) by Adam on July 20, 2010
  • Re: Javascript API docs incomplete

    That IS the documentation I said was incomplete.  I have been studying it for a week. There is no documentation on ExecCommand IsReady   IsReady is easy to figure out, but how could I easily know it was available since it is not in docs? What else is missing? Docs on how  ExecCommand works would be nice.
    Posted to Cute Editor for PHP (Forum) by jmarcv on May 20, 2011
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: onchange event does not fire when font size is changed

    I have used the following code to test, when you set font style, CuteEditor_OnChange will be fired <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>JavaScript API</title>     <script ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 13, 2010
  • Re: Is it possible to deny file type?

    Hi,   If you use this way , you must collect all kinds of the file types which can be executed on your server.   if you miss one , your server will be hacked.  <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 9, 2009
  • Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit

    Adam, This issue hasn't been completely resolved in version 5.x and 6.x of CuteEditor for PHP. When you type some text and directly click the button to submit the form, still the last part of the text is not submitted. I can reproduce this at http://phphtmledit.com/javascript-submit.php. I think that the reason of this is that CuteEditor ...
    Posted to Cute Editor for ASP (Forum) by J-roen on September 3, 2007
  • Re: 'ox19e is not a function' javascript error

    Cleared cache and also used several different machines - still happens every time. On IE you get the ''Runtime Error'' do you wish to debug. Big bummer for our users (now numbering in the thousands...)     Hitting: http://cutesoft.net/example/general.aspx   place cursor on anything select ''style'' option off of tag ...
    Posted to Cute Editor for .NET (Forum) by mikea on February 7, 2008
  • Re: Enable Javascript Execution in Preview

    warnickr,   1. I just checked the code. The JavaScript execution is the preview dialog is also disabled.   2. If you do need this funtion, it's better to create the custom dialog (Demo: http://phphtmledit.com/custombuttons-popup.php). When the dialog loads, call the following JavaScript API:   ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 31, 2008
« First ... < Previous 28 29 30 31 32 Next > ... Last »