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.
Hub.sections property

Gets or sets the List that contains the HubSection objects that belong to this Hub.
Syntax
<div data-win-control="WinJS.UI.Hub" data-win-options="{ sections : value}" > </div>
var sections = hub.sections;
hub.sections = sections;
Property value
Type: WinJS.Binding.List
The List that contains the HubSection objects that belong to this Hub.
Requirements
|
Minimum WinJS version |
WinJS 2.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
- Hub
- WinJS.Binding.List
- 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: