Browse by Tags

All Tags » javascript
Showing page 4 of 6 (54 total posts)
  • Problem with JS API

    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 ...
    Posted to Cute Editor for .NET (Forum) by mireigi on November 14, 2008
  • Updating CE

    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 ...
    Posted to Cute Editor for PHP (Forum) by orrgroup on August 24, 2008
  • Is setHTML() supported in v5.2

    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 ...
    Posted to Cute Editor for ASP (Forum) by judas on July 31, 2008
  • my cute editor does not support script tags

    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
    Posted to FAQ (Forum) by sjainuni on June 19, 2008
  • Want to access PlainText property at clien side in javascript function

    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 ...
    Posted to Cute Editor for .NET (Forum) by mtrvikas on April 26, 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
  • Capturing input in javascript

    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 ...
    Posted to Cute Editor for ASP (Forum) by Himantha on October 24, 2007
  • How to add header items to the html file ..???

    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 ...
    Posted to Cute Editor for ASP (Forum) by nirasha on October 3, 2007
  • Dropdown lists displaying incorrectly (IE6) when beneath DHTML layers

    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 ...
    Posted to Cute Editor for ASP (Forum) by jcahill on August 29, 2007
  • Re: Javascript API to find caret (insertion point) position in the document.

    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 = ...
    Posted to Cute Editor for .NET (Forum) by a_fabre@hotmail.com on August 13, 2007