Wijmo UI for the Web
stateChanged Event
Standard jQuery event object
Information about an event
The stateChanged event is called when the dialog state ("maximized", "minimized", "normal") is changed.
Syntax
Javascript (Usage) 
$(function () {
    // Set stateChanged event handler function
    $(".selector").wijdialog({
        stateChanged : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
stateChanged = function ( 
   e : jQuery.Event,
   data : IStateChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.