wijmo.superpanel.wijsuperpanel Namespace > options type : vScrollerActivating Event |
Javascript (Usage) | |
---|---|
$(function () { // Set vScrollerActivating event handler function $(".selector").wijsuperpanel({ vScrollerActivating : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
vScrollerActivating = function ( e : jQuery.Event, data : IVScrollerActivatingEventArgs ) { }; |