Re: CuteEditor onchange event fired only after a few seconds after change.

  •  11-28-2008, 7:19 AM

    Re: CuteEditor onchange event fired only after a few seconds after change.

    Ken,
    Adam was correct. My point is client side event.
     
    Adam,
     
    Thanks for your reply.
     
    I tried your suggestion but it didnt work for me.
     
    My code sample is here...
     

    <script language="javascript" type="text/javascript">

    KEYDOWN_NOTIFYCHANGEDELAY=100;

    //some other scripts...
    </script>

    Additional information.
    Currenty we are using evaluation version of cute editor. My cute editor object is insde a user control.

    C# code
    //iFrameDescription is the cute editor object.
    iFrameDescription.Attributes[
    "onchange"] = changeTrackingScript;
     
View Complete Thread