Wijmo UI for the Web
expand イベント
標準 jQuery イベントオブジェクト。
panel1 が展開される前に呼び出される JavaScript 関数名を取得または設定します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijsplitter({ 
        expand : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
expand = function ( 
   e : jQuery.Event
) { };

パラメータ

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.