0 out of 1 rated this helpful - Rate this topic

WinJS.UI.TabContainer constructor

Creates a new TabContainer.

Syntax


var tabContainer = new WinJS.UI.TabContainer(element, options);

Parameters

element

Type: Object

The DOM element that hosts the TabContainer control.

options [optional]

Type: Object

An object that contains one or more property/value pairs to apply to the new control. Each property of the options object corresponds to one of the control's properties.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

See also

TabContainer

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.