Search

You searched for the word(s): javascript
Showing page 155 of 229 (2,286 total posts) < 1 second(s)
  • What's new or change log???? and CuteEditor_OnCommand(editor,command,ui,value)

    Is there anywhere that details the changes from v5.3 to 6.0...   As we've just had to fix a bug pointed out by a client (very embarasing) Which invloved the new handleevent on the client side   eg the CuteEditor_OnCommand(editor,command,ui,value)!!! for which there is nothing in the developer guide! (and no example on the ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on January 25, 2008
  • ExecCommand is not a function

    Hi,   I get the following error when I try to size the editor in height with a exernal link. (I do this, because want to remeber the heigth of the editor so the user doesn't have to make it the height for it's content each time (it would be nice if on postback the .height property would reflect the actual height instead of the initial ...
    Posted to Cute Editor for .NET (Forum) by gabrielk on December 14, 2007
  • Re: (editor1doc.selection).type does not work in Firefox?

    rockford: The following Javascript function is called in the onclick event of an ASP.NET image button.   I put alert statements after each line to isolate where it is failing in Firefox for Windows 2.0.0.8.   In IE, this works fine and goes all the way through (pasting the string **FILE1** into the editor).   But, ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 5, 2007
  • Editor Text property

    Hi, I'm using an Ajax component to do a callback on a page with one or two CuteEditors present. It seems the editor needs some time to render its Text property properly. If I do some changes in the editor and quickly presses the button that triggers callback, the Text property remains unchanged. However, if I use a couple of seconds after ...
    Posted to Cute Editor for .NET (Forum) by sjurmr on October 19, 2007
  • Error when embeding java script with parameters

    I am experiencing undesirable behavior when attempting to paste HTML code with embeded java script.     SAMPLE: First I have turned off the strip script behavior by setting the ''EnableStripScriptTags=False'' which allows for embeded javascript.     Next, I copy my code into CE while in the HTML mode; ...
    Posted to Cute Editor for .NET (Forum) by tadc@msn.com on July 27, 2007
  • Re: Problem with 5.3 and Firefox

    Ok, i've install 6.0. It works fine with explorer, but I have a similar problem to the one I've had before with firefox.   I have this error : uncaught exception: [Exception... ''Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMNSHTMLDocument.designMode]'' nsresult: ''0x80040111 (NS_ERROR_NOT_AVAILABLE)'' ...
    Posted to Cute Editor for .NET (Forum) by micr0man on May 22, 2007
  • Re: Urgent - help re. delays

    Adam,   did you paste the long asterisk list into that page, then type normally, occasionally pausing for a split second, then typign again?   I just talked to one of our customers in Florida and one in California (we are in Western Canada). They all tried your page and every one of them experienced the same delays.   This is ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 9, 2007
  • How to resize dialogs?

    Hi, several of the dialogs provided as part of CuteSoft are too high, and I'd like to reduce their height when the page loads.   For example, the insert image and flash dialogs are about 3/4'' too high.   I wanted to do something like the following, but I'm not clear on where such code should go:   <script ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 7, 2007
  • just upgraded; editor failing to load...

    Hi Adam, I hope you can help me: downloaded the latest version 6 today, tested on laptop (XP SP2, IE 6) and it looked fine.  On site it fails with javascript error for the line that has the editor in it.  In IE7 it gives more information: (this info is actually within the cute editor box)     Server Error in '/' ...
    Posted to Cute Editor for .NET (Forum) by tyrone.hopes on May 4, 2007
  • src_cetemp parameter?

    We uploaded a .bmp file to the editor, then 'selected' that image with the mouse.   Within a javascript routine, the following code   var editor1 = document.getElementById(''); var editor1doc = editor1.GetDocument(); var selectedhtml = editor1doc.selection.createRange().htmlText; returns as the value of 'selectedhtml' the ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 25, 2007