on_edit_form_shown

Group.on_edit_form_shown(item)
Domain:

client

Language:

javascript

Class:

Group()

Description

The on_edit_form_shown event is triggered by the create_edit_form method of the item when the form has been shown.

This event, if defined, is triggered for every item of the group, whose create_edit_form method has been called.

Parameter

Parameter

Type

Description

item

The item that triggered the event.

See also

Related methods

Related concepts