Support for some (optional) feedback during submit.

SVN:trunk[3456]
This commit is contained in:
Denis Flaven
2014-12-08 13:19:09 +00:00
parent 0ac522fc4c
commit 88726a0634

View File

@@ -358,6 +358,10 @@ $('#$sDialogId').dialog({
{ text: "$sOkButtonLabel", click: function() {
var oForm = $(this).closest('.ui-dialog').find('form');
oForm.submit();
if (AnimateDlgButtons)
{
AnimateDlgButtons(this);
}
} },
{ text: "$sCancelButtonLabel", click: function() { KillAllMenus(); $(this).dialog( "close" ); $(this).remove(); } },
],