3.2.0

onkeyup onclick

how do i trigger the onclick event onkeyup?
eg: row 9 is selected, user presses the 'up' key, gets to row 1, and triggers the onclick event for cell 1 automatically when he releases the 'up' key
bogdan
March 7,
You'll have to find the event key code for the "up" key and check it in an if statement then fire the appropriate events.
jLH
March 16,

This topic is archived.

See also:


Back to support forum