My jEditables work fine while the user press ENTER to leave the input. However, if the user presses TAB, the changes are not published. This is the correct and documented behavior.
I would like TAB to work the same as ENTER. I do not need to influence any other jEditables, just get the current activity to send the message back as if ENTER was pressed.
Is there a way to do this without binding the keydown
handler to keydown
controls?
If I need to provide a keydown
handler, is there a way to programmatically tell the jEditable control a message about itself without extracting the identifier and value from the control?
source share