Wijmo UI for the Web
blurOnLeftRightKey Option
wijmo.input.wijinputcore Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputcore("option", "blurOnLeftRightKey");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputcore("option", "blurOnLeftRightKey", newValue);
        
});
var blurOnLeftRightKey : string;
See Also

Reference

options type
wijinputcore jQuery Widget