Wijmo UI for the Web
focusing イベント
jQuery.Event オブジェクト。
このイベントに関連付けられたデータ。
focusing イベントは、マウスがリスト項目に入ったとき、ホバーイベントロジックが処理される前に発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijlist({ 
        focusing : function (e, args) { 
     
        } 
    });
});
Javascript (Specification) 
focusing = function ( 
   e : Object,
   args : IItemEventArgs
) { };

パラメータ

e
jQuery.Event オブジェクト。
args
このイベントに関連付けられたデータ。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.