wijmo.splitter.wijsplitter 名前空間 > options タイプ : expand イベント |
Javascript (Usage) | |
---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijsplitter({ expand : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
expand = function ( e : jQuery.Event ) { }; |
expand イベントを処理するコールバック関数を提供します。$("#element").wijsplitter({ expand: function () { return false; } });型によってイベントにバインドする場合: $("#element").bind("wijsplitterexpand", function () { return false; });