Re: function CuteEditor_OnChange(editor)

  •  03-07-2009, 5:52 AM

    Re: function CuteEditor_OnChange(editor)

    Stevemenjivar:
    If you put this code and when de "Cute Editor" is loaded after that try to write and will see what I say.
    The equal Time that takes to show that takes to tansfer a variable (appoximately 4 seconds)
     
     
    <script type="text/javascript" >    
     
    function CuteEditor_OnChange(editor)    
    {   alert('hello');  
     }
    </script>
     
     
    I too would like to know if this delay is a bug or is intended and if it can be reduced to a shorter time.
     
View Complete Thread