{hero}

preBlurCancelled

Since: Editor 1.7.3

Form blur event - triggered when the form loses focus (cancellable).
Please note - this property requires the Editor extension for DataTables.

The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please , alternatively an Editor license can be purchased on this site, or sign up for the free trial.

Description

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

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