WinJS.UI.TrackTabBehavior.attach function
Sets the tab order for the specified element within its container.
Syntax
WinJS.UI.TrackTabBehavior.attach(element, tabIndex);
Parameters
element
Type: HTMLElementThe element to update.
tabIndex
Type: NumberThe index value of the element within its container.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI.TrackTabBehavior |