Triggered when the dialog is closed.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.close = function(e) { };
|
Javascript (Specification) | |
---|
close = function (
: jQuery.Event
) { };
|
Parameters
- e
- Standard jQuery event object
See Also
Reference
options type