wijmo.input.wijinputmask 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".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputmask("option", "blurOnLeftRightKey"); // Set value var newValue; // Type: string $(".selector").wijinputmask("option", "blurOnLeftRightKey", newValue); }); |
Javascript (Specification) | |
---|---|
|