Onkeypress

  •  03-24-2006, 5:31 AM

    Onkeypress

    Hi,
     
    The onkeypress happens before the value of the key is inserted, so if e.g. the document is blank and the user press 'a', the innerhtml in the onkeypress is still empty. (this functions the same way in the example: JavaScript-API.aspx)
     
    In normal javascript you would just add an onkeyup event to the textarea, but is this possible with this component?
     
    Another issue is that Delete does not trigger the onkeypress?? - it would by very nice with a client side event that triggers on all text changes.
     
     
    - Mads
View Complete Thread