Wijmo UI for the Web
close メソッド
jQuery イベントオブジェクト。
アニメーションをスキップするかどうかを示す値。
ドロップダウンリストを閉じます。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var event; //タイプ: undefined
    var skipAnimation; //タイプ: undefined
    
    returnsValue = $(".selector").wijcombobox("close", event, skipAnimation);
});
Javascript (Specification) 
function close( 
   event : undefined,
   skipAnimation : undefined
) : any;

パラメータ

event
jQuery イベントオブジェクト。
skipAnimation
アニメーションをスキップするかどうかを示す値。

関連トピック

参照

wijcombobox タイプ
wijcombobox メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.