Support forums

Live Support, Chat and HTML Editor
    
Welcome to Support forums Sign in | Join | Help Messenger
in Search

Browse by Tags

All Tags » setHTML getHTML Custom Button
  • 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
  • SetHTML in Custom Button

    When trying to use a custom button to replace text/ tag inside of the editor I am encourtering a problem.  The following code is used: var ctlEditor=document.getElementById(''CE_Editor_ID''); function CuteEditor_OnCommand(editor,command,ui,value)    {    //handle the command by ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on January 14, 2008