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