wijmo.input.wijinputdate Namespace > options type : tabAction Option |
Default value: 'field'
Gets or sets whether the tab key moves the focus between controls or between fields within the control, possible values is "field", "control".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputdate("option", "tabAction"); // Set value var newValue; // Type: string $(".selector").wijinputdate("option", "tabAction", newValue); }); |
Javascript (Specification) | |
---|---|
|