Wijmo UI for the Web
keyDownInterval Option

Default value: 100

This value determines the time interval to call the scrolling function when doing continuous scrolling.

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

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.