|
|
Browse by Tags
All Tags » javascript
Showing page 1 of 3 (21 total posts)
-
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 = ...
-
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; ...
-
Hi All,
Is there a way to populate or modify items of the dropdown from javascript?
Thanks for your help
-
Greetings,
I have a need to implement MathML (a standard of XML to display mathematical equations) in the editor. I have found some applets for input and view of the MathML. I've added a custom button which opens a custom dialog in order for the user to input his equation in the Input Applet. When the user hits OK, the ...
1
|
|
|