on_edit_form_created
Description
The on_edit_form_created event is triggered by the
on_create_edit_form
method of the item when the form has been created but not shown yet.
This event, if defined, is triggered for every item of the group, whose
on_create_edit_form
method has been called.
Parameter
Parameter |
Type |
Description |
|---|---|---|
|
The item that triggered the event. |
See also
Related methods
Related concepts