wijmo.input.wijinputdate Namespace > options type : blurOnLeftRightKey Option |
Default value: 'none'
Gets or set whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputdate("option", "blurOnLeftRightKey"); // Set value var newValue; // Type: string $(".selector").wijinputdate("option", "blurOnLeftRightKey", newValue); }); |
Javascript (Specification) | |
---|---|
|