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.
Removes the tab order info from the specified element.
Syntax
WinJS.UI.TrackTabBehavior.detach(element);
Parameters
element
Type: HTMLElementThe element to remove tab info from.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI.TrackTabBehavior |