Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |