Wijmo UI for the Web
close イベント
jQuery.Event オブジェクト。
このイベントに関連付けられたデータ。
close イベントハンドラ。ダイアログが閉じたときに呼び出される関数。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijfilter({ 
        close : function (e, args) { 
     
        } 
    });
});
Javascript (Specification) 
close = function ( 
   e : Object,
   args : ICloseEventArgs
) { };

パラメータ

e
jQuery.Event オブジェクト。
args
このイベントに関連付けられたデータ。
使用例
close イベントを処理するコールバック関数を提供します。$("#element").wijfilter({ close: function (e, args) { } });型によってイベントにバインドする場合: $("#element").bind("wijfilterclose", function (e, args) { });

関連トピック

参照

options タイプ
wijfilter メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.