mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-16 10:22:47 -04:00
allows the form in the dialog todo custom processing when the form
closes.
For example, the server_add dialog (next commit) uses this callback to
determine if the upload task was cancelled and display a warning
message when the page reloads.
Usage:
$("#gServerAdd form").bind("form_closing", function(target){...});