opened
Since: Editor 1.9.1
Form open is complete.
Please note - this property requires the Editor extension for DataTables.
Description
This event is triggered when the form has finished opening (displaying), taking into account any animation - for example display of a modal for the main form. It can be used to add event handlers or perform any calculations required once the form has fully displayed.
This of the compliment closed event.
Type
function( e, type, mode )
Parameters:
| Name | Type | Optional | |
|---|---|---|---|
| 1 | e | No | |
Event object | |||
| 2 | type | No | |
Form display type that was opened. Will be one of | |||
| 3 | mode | No | |
The editing mode that was enacted. This will be one of:
| |||
Related
The following options are directly related and may also be useful in your application development.