The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.UI.Hub constructor

Creates a new Hub control.
Syntax
var hub = new WinJS.UI.Hub(element, options);
Parameters
- element
-
Type: HTMLElement
The DOM element that will host the Hub control
- options
-
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 or events. Event names must begin with "on". For example, to provide a handler for the contentanimating event, add a property named "oncontentanimating" to the options object and set its value to the event handler.
Requirements
|
Minimum WinJS version |
WinJS 2.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
- Hub
- HubSection
- AppBar
- NavBar
- BackButton
- Your first app - Part 3: PageControl objects and navigation
- Quickstart: Using a hub control for layout and navigation
- Navigating between pages (HTML)
- Adding app bars
- Adding nav bars
- HTML Hub control sample
- HTML AppBar control sample
- HTML NavBar control sample
- Navigation and navigation history sample
- Designers
- Command patterns
- Navigation patterns
- Hub
- Guidelines for the hub control
Show: