Show a confirmation dialog if model changes will be lost when navigating from a form
From 4.0.0 your project will require at least schemata@8
npm install --save @clocklimited/cf-form-cancel-delegate
On a Backbone view that has an initialModel
property:
var formCancelDelegate = require('cf-form-cancel-delegate')(logger)
formCancelDelegate.call(view) // Needs to be executed in the context of the view
Built by developers at Clock.
Licensed under the New BSD License