Wijmo UI for the Web
customScrolling Option

Default value: false

Determines if use custom scrolling.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsuperpanel("option", "customScrolling");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsuperpanel("option", "customScrolling", newValue);
        
});
Javascript (Specification) 
var customScrolling : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.