WinJS.UI.TrackTabBehavior.detach function

Removes the tab order info from the specified element.

Syntax

WinJS.UI.TrackTabBehavior.detach(element);

Parameters

  • element
    Type: HTMLElement

    The 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