Triggered after the dialog has been resized.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.resizeStop = function(e, ui) { };
|
Javascript (Specification) | |
---|
resizeStop = function (
: jQuery.Event,
: ResizeEventArgs
) { };
|
Parameters
- e
- Standard jQuery event object
- ui
- Information about an event.
See Also
Reference
options type