Wijmo UI for the Web
resizeStop Event
Standard jQuery event object
Information about an event.
Triggered after the dialog has been resized.
Syntax
Javascript (Usage) 
$(function () {
    // Set resizeStop event handler function
    $(".selector").wijdialog({
        resizeStop : function (e, ui) {
     
        }
    });
});
Javascript (Specification) 
resizeStop = 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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.