Wijmo UI for the Web
resize Event
wijmo.dialog.wijdialog Namespace > options type : resize Event
Standard jQuery event object
Information about an event.
Triggered while the dialog is being resized.
Syntax
$(function () {
    // Set resize event handler function
    $(".selector").wijdialog({
        resize : function (e, ui) {
     
        }
    });
});
resize = function ( 
   e : jQuery.Event,
   ui : ResizeEventArgs
) { };

Parameters

e
Standard jQuery event object
ui
Information about an event.
See Also

Reference

options type
wijdialog jQuery Widget