Wijmo UI for the Web
keyDelay Option

Default value: 800

Determines the time span, in milliseconds, between two input intentions.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijinputdate("option", "keyDelay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijinputdate("option", "keyDelay", newValue);
        
});
Javascript (Specification) 
var keyDelay : number;
Remarks
when press a keyboard, and the widget will delay a time and then handle the next keyboard press. Use this option to control the speed of the key press.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.