RichFaces "edit" component missing "onkeyup" event

161 Views Asked by At

I have to check the String length in a RichFaces editor component on client side. The editor component does not have any onkeyup event, so I don't know, how to start the JavaScript function each time, when pressing a key. Thank you for any client-side solution.

1

There are 1 best solutions below

1
On

There is the ondirty event, fired every time the content is changed. (docs)