wijmo.superpanel.wijsuperpanel 名前空間 > options タイプ : scrolling イベント |
Javascript (Usage) | |
---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijsuperpanel({ scrolling : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
scrolling = function ( e : jQuery.Event, data : IScrollingEventArgs ) { }; |