Wijmo UI for the Web
tabAction Option
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".

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputdate("option", "tabAction");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputdate("option", "tabAction", newValue);
        
});
var tabAction : string;
Remarks
The caret moves to the next field when this property is "field". If the caret is in the last field, the input focus leaves this control when pressing the TAB key. If the value is "control", the behavior is similar to the standard control.
See Also

Reference

options type
wijinputdate jQuery Widget