AppWorx, Dollar Universe and Sysload Community

RequestManagement: Warning on form closing 

Sep 05, 2018 04:12 AM

RequestManagement is web application which opens lots of windows.

Windows which get opened for user action are per default not secured against accidental closing.

Some windows like the ones in user management are already protected.

 

For own user activity form this can be easily added.

 

In form definition use button "Scripts" and open existing tab or better add in opened window with button

"Add" new tab.

If you add then simply the following lines you get from now warning when you want to close user form.

 

window.onbeforeunload = function() {

Logger.info("onbeforeunload: prevent window from closing");

return false;

}

 

#requestmanagement

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.