Wijmo UI for the Web
sizing イベント
標準 jQuery イベントオブジェクト。
ユーザーがスプリッタをドラッグしているときにクライアント側で呼び出される JavaScript 関数名を取得または設定します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijsplitter({ 
        sizing : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
sizing = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。
使用例
sizing イベントを処理するコールバック関数を提供します。$("#element").wijsplitter({ sizing: function () { } });型によってイベントにバインドする場合: $("#element").bind("wijsplittersizing", function () { });

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.