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