Skip to content

JackfishCMS/form-cancel-delegate

 
 

Repository files navigation

@jackfish/form-cancel-delegate

Show a confirmation dialog if model changes will be lost when navigating from a form

WARNING

From 3.0.0 your project will require at least schemata@6 and support for a pug@3 runtime.

Installation

npm install --save @jackfish/form-cancel-delegate

Usage

On a Backbone view that has an initialModel property:

var formCancelDelegate = require('@jackfish/form-cancel-delegate')(logger)
formCancelDelegate.call(view) // Needs to be executed in the context of the view

Example:

Example

Credits

Built by developers at Clock.

Licence

Licensed under the New BSD License

About

Show a confirmation dialog if model changes will be lost when navigating from a form

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%