Wijmo UI for the Web
close イベント
標準 jQuery イベントオブジェクト。
このイベントは、ドロップダウンリストが閉じたときに発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijcombobox({ 
        close : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
close = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。

関連トピック

参照

options タイプ
wijcombobox メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.