I've successfully implemented jEditable in table based pseudo
spreadsheet. Now I need to add Excel like Cursor and Tab navigation
between editable elements. I'm initializing jEditable with a function
argument in order to carry out the ajax request on my own. In Order to
successfully implement the navigation feature I would like the server
side to return the target element - which I've already solved. My
problem is wiring the the keyboard events to the jEditable generated
textfield and submitting the current value programmatically in
response to the aforementioned key events.

Reply via email to