|
Browse by Tags
All Tags » javascript
Showing page 4 of 6 (54 total posts)
-
Hi,
I'm having some problems with the JavaScript API in a C# ASP.NET project when viewed in FireFox 3.0.3
I am loading the editor (CE) when the page is generated. When the user clicks on a button (input type - no postback), the editor is brought up at the location of the button, and the text is set to the value of a hidden ...
-
Hello,
My web developer, bayshore solutions, put Cute Editor in as the editor of my website admin tool. I am having javascipting issus, so I am convinced that I do not have the updated CE version.
How can I update CE without waiting until the web developer updates it? Is there any way that I can ftp files to my site ...
-
Is setHTML supported in v 5.2? I ask because no matter what I try I cannot get it to work. Whenever I do I get a ''Object doesn't support this property or method'' error in IE and ''editor1.setHTML is not a function'' in FF. In fact I get the same errors if I use the getHTML function too, though if I use alert(editor1.value) this returns the ...
-
Hi All,
When I want to try to add javascript code, It does not work. I want to add google ad code in it. Could anybody help me
Thaks
-
I want to acces CuteEditor PlainText property in javascript function but it return ''undefined '' value. How can i use this property in javascript function or in CuteEditor_OnCommand function.
My requirement is that i want to check that cuteeditor value is blank or not when the theme applied on the cuteeditor. It ...
-
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 ...
-
Hi,
I am using Cute Editor to save information in the database. Before it is actually saved I'm using javascript to format the information. Since the page is generated using an XML i'm providing the cute editor as pure HTML.
I'm facing a problem when I use javascript onclick on a button to access the information ...
-
Hi,
Can anyone tell me how to add the header section of the html file which we are going to edit using the cute editor?
Iis there a simple way to add those header entries of the html file other than editing it using the editor?
I need to add a java script and the css file entries to the html ...
-
I have a page that contains the editor where the user can dynamically add or remove rows in a table using javascript and some standard DHTML practices. The editor is beneath this setup and as the list of rows gets bigger or smaller, the editor doesn't display the dropdowns for font or font-size correctly. They come up above the editor (layout ...
-
Try this:
<SCRIPT LANGUAGE=JAVASCRIPT>
function getCursorPos(textElement){
var cursorPos = -1;
if (textElement && textElement.createTextRange) {
var range = document.selection.createRange().duplicate();
range.setEndPoint('StartToEnd',range);
var start = ...
... 4
|
|
|