preSubmitCancelled
Since: Editor 1.7.3
Pre-submit event cancelled submission.
Please note - this property requires the Editor extension for DataTables.
Description
This event is triggered if the preSubmit event is cancelled by a callback handler. It can be used to unsubscribe any event handlers that might expect the submission to be completed.
The parameters passed to this event handler are identical to those for preSubmit.
Type
function( e, data, action )
Parameters:
| Name | Type | Optional | |
|---|---|---|---|
| 1 | e | No | |
Event object. | |||
| 2 | data | No | |
The data object that would have been submitted to the server. | |||
| 3 | action | No | |
The action type for this submit - | |||
Related
The following options are directly related and may also be useful in your application development.