preCloseCancelled

Since: Editor 1.7.3

Form close event - Triggered before the form is closed (cancellable).
Please note - this property requires the Editor extension for DataTables.

Description

This event is triggered if the preClose event is cancelled by a callback handler. It can be used to unsubscribe any event handlers that might expect the close to be completed.

The parameters passed to this event handler are identical to those for preClose.

Type

function( e )

Parameters:

Related

The following options are directly related and may also be useful in your application development.