Wijmo UI for the Web
blurOnLeftRightKey Option

Default value: 'none'

Determines whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys. Possible values are "none", "left", "right", "both". The default value is "none".

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

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.