|
|
Browse by Tags
All Tags » setHTML getHTML Custom Button
-
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 ...
-
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 ...
|
|
|