|
Search
You searched for the word(s): javascript
Showing page 155 of 229 (2,286 total posts)
< 1 second(s)
-
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 ...
-
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 ...
-
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, ...
-
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 ...
-
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; ...
-
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)'' ...
-
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 ...
-
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 ...
-
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 '/' ...
-
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 ...
... 155 ...
|
|
|