|
Browse by Tags
All Tags » javascript » JavaScript API
-
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 ...
-
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 = ...
|
|
|