TabContainer.tabIndex property
Gets or sets the tab order of the control within its container.
Syntax
<div data-win-control="WinJS.UI.TabContainer" data-win-options="{ tabIndex : value}" />
var tabIndex = tabContainer.tabIndex;
tabContainer.tabIndex = tabIndex;
Property value
Type: ****
The tab order of the control within its container.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |