WinJS.UI.NavBar constructor
[NavBar is no longer available for use as of Windows Library for JavaScript (WinJS) 4.2. Instead, use SplitViewCommand. ]
Creates a new NavBar.
Syntax
var navBar = new WinJS.UI.NavBar(element, options);
Parameters
element
Type: ObjectThe DOM element that will host the new NavBar.
options
Type: ObjectAn 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 or events.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |
See also
Your first app - Part 3: PageControl objects and navigation
Navigating between pages (HTML)
Navigation and navigation history sample
Designers
Bottom app bar
Top app bar