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

パラメータ

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

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.