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
Your first app - Part 3: PageControl objects and navigation
Quickstart: Using a hub control for layout and navigation
Navigating between pages (HTML)
Navigation and navigation history sample
Designers
Guidelines for the hub control