WinJS.UI.Pages Namespace

0 out of 1 rated this helpful - Rate this topic

Provides methods for defining and displaying PageControl objects.

The WinJS.UI.Pages namespace has these types of members:

Objects

ObjectDescription

PageControl object

A modular unit of HTML, CSS, and JavaScript that can be navigated to or used as a custom Windows Library for JavaScript control.

 

Interfaces

InterfaceDescription

IPageControlMembers interface

Provides members for a PageControl. You implement this interface when defining a new PageControl.

 

Functions

FunctionDescription

define function

Creates a new PageControl from the specified URI that contains the specified members. Multiple calls to this method for the same URI are allowed, and all members will be merged.

get function

Gets an already-defined page control for the specified URI, or creates a new one.

render function

Creates a PageControl from the specified URI and inserts it inside the specified element.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

See also

Navigation design for Windows Store apps
Quickstart: Adding Page controls
Adding a Page control item template
Quickstart: Using single-page navigation

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.