Hello
Does anyone know where I can insert code, to respond to a change in the contents of the editor? Similar to a textarea's onchange event, does anyone know where I can look?
Thank you,
n2s
Does anyone know where I can insert code, to respond to a change in the contents of the editor? Similar to a textarea's onchange event, does anyone know where I can look?
Thank you,
n2s
RE: Looking for "onChange" event for editor...
I have placed this code in the fckeditor.html source
file but it doesn't seem to do anything:
<script language="javascript" event="onchange" for="objContent">
<!--
alert("onchange fired?????");
//-->
</script>
RE: Looking for "onChange" event for editor...