Browse by Tags

All Tags » javascript api
  • Programmatically set font - Javascript

    I have looked through the documentation and I cannot see a way to set the font and font size programatically in the drop down. Based on a user's preferences, I would like to automatically set the selected font and font size when RTE loads.    How can I accomplish this? 
    Posted to Cute Editor for .NET (Forum) by erdnase on April 4, 2014
  • AJAX auto-save

     I'd like to write an incremental auto-save function in Javascript for CuteEditor. I've done this before with a TextArea tag (and saved the text value), but need the the text's HTML-value of the CuteEditor. Anyone have any ideas?
    Posted to Cute Editor for .NET (Forum) by tmillerwyo on January 7, 2014
  • Instantiate editor using only JavaScript

    I need to instantiate an editor control on a page within my application that does not have access to the .NET control collection - how can I create an instance without using .NET?  I can pass any details / authentication to it via JavaScript, but I can't actually put it on the page. What is the minimum JavaScript required to create an ...
    Posted to Cute Editor for .NET (Forum) by tags2k on November 4, 2010
  • Problem with Safari extracting value typed into CuteEditor

    When a user runs Safari, our web app uses javascript to extract the value typed into the CuteEditor, does some validation and posts the data db. The javascript code is invoked when a user clicks Submit.  Our problem is that the code works flawlessly on other browsers (IE7, FF3 (pc and mac), but under Safari an empty value is ...
    Posted to Cute Editor for ASP (Forum) by cspacemikeb on September 4, 2009
  • 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
  • Re: No More JavaScript API in 6.0??

    i've been using a popup window to populate my content in the textarea of the Editor.  So you can use the <%=editor.ClientID%>, but it doesn't help you if you're trying to access the CuteEditor from another page (or popup window).  So  you can still use the javascript API, but instead of using :   var editor1 = ...
    Posted to Cute Editor for ASP (Forum) by lbklatzkin on May 15, 2007
  • Undefined - is mostly all I get.

    My Editor now just comes up with the word ''undefined'' in the text area.   Here's my current best guess.   My configuration:    Dim editor1   Set editor1 = New CuteEditor   editor1.ID = ''Description''   editor1.Text = sDescription   editor1.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 31, 2007
  • help: how to call cute editor contrle using javascript

    hai , how to call cute editor control using javascript .is it possible.please help me.
    Posted to Cute Editor for ASP (Forum) by sivaprakash on March 22, 2007
  • EditorView() CuteSoft 5.2

    We just upgraded to CuteSoft for ASP 5.2 from 4.2 and have some issue with the Javascript function EditorView(), Is this function still supported in 5.2 or is there other methods to change the Editor's mode from Normal to HTML or Preview using JavaScript.  Please help!   Thanks
    Posted to Cute Editor for ASP (Forum) by m245 on December 18, 2006
  • Re: Javascript API

    leonard lang,   Please check the following article and online demo:   Extending CuteEditor with JavaScript API    http://cutesoft.net/asp/developer-guide/JavaScript-API.htm   Command list:   http://cutesoft.net/asp/developer-guide/ReferenceToolbar.htm   Online ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 1, 2006