Wijmo UI for the Web
mouseWheelSupport Option

Default value: true

This value determines whether wijsuperpanel has mouse wheel support.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsuperpanel("option", "mouseWheelSupport");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsuperpanel("option", "mouseWheelSupport", newValue);
        
});
Javascript (Specification) 
var mouseWheelSupport : boolean;
Remarks
Mouse wheel plugin is needed to support this feature.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.