on_edit_form_keydown(item, event)
domain: client
language: javascript
class Task class
The on_edit_form_keydown event is triggered when the keydown event occurs for the edit_form of the item.
on_edit_form_keydown
The item parameter is the item that triggered the event.
item
The event is JQuery event object.
event
Forms
create_edit_form
on_edit_form_created
on_edit_form_keyup