Condividi tramite


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: HTMLElement

    The element to update.

  • tabIndex
    Type: Number

    The 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