jQuery.wijmo.wijinputmask Namespace > options type : tabAction Field |
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) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijinputmask.options.tabAction; |
Javascript (Specification) | |
---|---|
|