Wijmo UI for the Web
itemSelected イベント
標準 jQuery イベントオブジェクト。
itemSelectedイベントハンドラ。項目が選択された後に呼び出される関数。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijfileexplorer({ 
        itemSelected : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
itemSelected = function ( 
   e : jQuery.Event
) { };

パラメータ

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

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.