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