Options available to control dirty form checking
Properties
optional public change?: Function
Callback when form is found to be dirty - allows control of submit/reset buttons etc
optional public dirtyClass?: string
Class to assign to the form when dirty
optional public fieldSelector?: string
Jquery selector to use to find input elements
optional public message?: string
Message to show when attempting to quit a dirty form without saving
optional public silent?: boolean
Make Are-You-Sure "silent" by disabling the warning message