silverstripe-framework/admin/thirdparty/jquery-changetracker
Ingo Schommer 8f23fa99a5 API Moved CMS-specific JavaScript to admin/thirdparty
The 'admin' module will be split off from 'framework',
where 'framework' only provides (mostly) frontend-agnostic PHP classes.
For example, HTMLEditorField.php has a TinyMCEConfig.php driver,
but doesn't come with its own JS includes.
2016-09-16 13:46:10 +12:00
..
lib API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
spec API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
vendor API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
README.md API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00

jquery.changetracker - Change tracking for forms

Setup

jQuery('<my-form>).changetracker();

Usage

Finding out if the form has changed: jQuery(').is('.changed');

Options

  • fieldSelector: jQuery selector string for tracked fields (Default: ':input:not(:submit),:select:not(:submit)')
  • ignoreFieldSelector: jQuery selector string for specifically excluded fields
  • changedCssClass: CSS class attribute which is appended to all changed fields and the form itself