2015-07-06
1.0.0
J.
9.0.1.3
All
All
[Overview]
Example espace to show: -how to do an Notify (and afterwards) an Ajax-refresh after a file-download. - how to block the user-interface until the file is actually downloaded
[Detail]
Feature List
jQuery Cookie plugin
jQuery BlockUI plugin
Main Benefits
When a users clicks on a button/link to download a file, the user-interface will be "blocked" by using the plugin "BlockUI" and will be unblocked, when the server sends the response (and thus the file) with a cookie.
At that moment, we will sent a OsNotify back to the server, to notify the download has finished and you can do whatever you want.
for example, refresh a table, move to another page etc.