wijmo.dialog.wijdialog 名前空間 > options タイプ : stateChanged イベント |
Javascript (Usage) | |
---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijdialog({ stateChanged : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
stateChanged = function ( e : jQuery.Event, data : IStateChangedEventArgs ) { }; |