wijmo.superpanel.wijsuperpanel Namespace > options type : bubbleScrollingEvent Option |
Default value: true
This value determines whether to raise the mouse wheel event when wijsuperpanel is scrolled to the end.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijsuperpanel("option", "bubbleScrollingEvent"); // Set value var newValue; // Type: boolean $(".selector").wijsuperpanel("option", "bubbleScrollingEvent", newValue); }); |
Javascript (Specification) | |
---|---|
var bubbleScrollingEvent : boolean; |