Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods for defining and displaying pages (PageControl objects) within an app.
The WinJS.UI.Pages namespace has these types of members:
- Objects
- Interfaces
- Functions
Objects
Object | Description |
---|---|
A modular unit of HTML, CSS, and JavaScript defining a page within an app that can be navigated to or used as a custom WinJS control. |
Interfaces
Interface | Description |
---|---|
Provides members for a PageControl. You implement this interface when defining a new PageControl. |
Functions
Function | Description |
---|---|
Creates a new PageControl from the specified URI containing the specified members. |
|
Gets a pre-defined page control for the specified URI, or creates a new one. |
|
Creates a PageControl from the specified URI and inserts it inside the specified DOM element. |
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI.Pages |
See also
For developers
Your first app - Part 3: PageControl objects and navigation
Quickstart: Using single-page navigation
Quickstart: Adding Page controls
Adding a Page control item template
Navigation and navigation history sample
For designers