Hi,
I have a Mashup which has a form with fields. Now if the user has not Saved whatever he has filled in and goes away from this page(clicks some other link on the same page or closes this page), is there a way to understand this in a Thingworx Mashup?
In plain HTML, there are "unload" events for the page, or "close" event for the window. Do we have something like in the Thingworx Mashup?
Thanks and Regards,
Jyothi
Solved! Go to Solution.
Unfortunately that doesn't exist. would be great to have, potential for an extension?
Not sure exactly what your use case is, but you can do some things to capture what was entered on the screen using Session Parameters and then use that as a comparison/validation when a user re-enters the screen.
Unfortunately that doesn't exist. would be great to have, potential for an extension?
Not sure exactly what your use case is, but you can do some things to capture what was entered on the screen using Session Parameters and then use that as a comparison/validation when a user re-enters the screen.