==================== on_edit_form_created ==================== on_edit_form_created(item) **domain**: client **language**: javascript **class** :doc:`Group class ` Description =========== The ``on_edit_form_created`` event is triggered by the :doc:`create_edit_form ` method of the item when the form has been created but not shown yet. The ``item`` parameter is the item that triggered the event. This event, if defined, is triggered for every item of the group, whose :doc:`create_edit_form ` method has been called. See also ======== :doc:`Forms ` :doc:`create_edit_form `