Re: function CuteEditor_OnChange(editor)

  •  02-13-2009, 1:36 PM

    Re: function CuteEditor_OnChange(editor)

    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>
     
View Complete Thread