====================
on_edit_form_keydown
====================

on_edit_form_keydown(item, event)

**domain**: client 

**language**: javascript

**class** :doc:`Item class </refs/client/item_api>`

Description
===========

The ``on_edit_form_keydown`` event is triggered when the keydown event 
occurs for the 
:doc:`edit form <at_edit_form>`
of the item.

The ``item`` parameter is the item that triggered the event.

The ``event`` is JQuery event object.

See also
========

:doc:`Forms </programming/interface/forms>`

:doc:`create_edit_form <m_create_edit_form>`

:doc:`edit_form <at_edit_form>`