wijmo.input.wijinputmask Namespace > options type : tabAction Option |
Default value: 'control'
Determines whether the focus will move to the next filed or the next control when press the tab key. Possible values are "control", "field".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputmask("option", "tabAction"); // Set value var newValue; // Type: string $(".selector").wijinputmask("option", "tabAction", newValue); }); |
Javascript (Specification) | |
---|---|
|