Wijmo UI for the Web
next メソッド
アクティブ化を発生させるイベント。
next メソッドは、フォーカスを次のリスト項目に移動します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var event; //タイプ: object
    
    returnsValue = $(".selector").wijlist("next", event);
});
Javascript (Specification) 
function next( 
   event : object
) : any;

パラメータ

event
アクティブ化を発生させるイベント。

関連トピック

参照

wijlist タイプ
wijlist jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.