WinJS.UI.BackButton constructor
Creates a new BackButton.
Syntax
var backButton = new WinJS.UI.BackButton(element, options);
Parameters
element
Type: ObjectThe DOM element hosts the new BackButton.
options
Type: ObjectAn 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.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |
See also
Your first app - Part 3: PageControl objects and navigation
Navigating between pages (HTML)
Navigation and navigation history sample
Designers
Bottom app bar
Top app bar