closed
Since: Editor 1.9.1
Form close is complete.
Please note - this property requires the Editor extension for DataTables.
Description
This event is triggered when the form has finished closing, taking into account any animation - for example display of a modal for the main form. It can be used to tidy up the document or remove event handlers that were added to the rest of the document.
This compliments the opened event.
Type
function( e, method )
Parameters:
| Name | Type | Optional | |
|---|---|---|---|
| 1 | e | No | |
Event object | |||
| 2 | method | No | |
Form display type that was closed. Will be one of | |||
Related
The following options are directly related and may also be useful in your application development.