How to tell if the form has been edited in Javascript
Posted: Sat Jul 21, 2018 12:24 am
Hi
What the is easiest way to tell if a form has been edited via Javascript?
i use nuAddActionButton to add the ability to run a report from an 'edit form' but i only want the report to run if the data is 'saved'. So basically when the save button is not red.
nuHasBeenEdited(). nuHasNotBeenEdited() only alters the status. i tried using nuIsSaved() in the Action Button function but that just kept returning false and i couldn't see anything in nuCurrentProperties. Any ideas?
Andrew
What the is easiest way to tell if a form has been edited via Javascript?
i use nuAddActionButton to add the ability to run a report from an 'edit form' but i only want the report to run if the data is 'saved'. So basically when the save button is not red.
nuHasBeenEdited(). nuHasNotBeenEdited() only alters the status. i tried using nuIsSaved() in the Action Button function but that just kept returning false and i couldn't see anything in nuCurrentProperties. Any ideas?
Andrew