NavBar.disabled property
[disabled is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0.]
Gets or sets a value that indicates whether the NavBar is disabled.
Disabled nav bars are hidden, do not react to edge events if not sticky, and may not be shown. If you set this property to true, then this nav bar is disabled, and hide is called if the nav bar is visible. If you set this property to false, then the nav bar is enabled and will respond to edge events.
Syntax
<div
data-win-control="WinJS.UI.NavBar"
data-win-options="{ disabled : value}">
</div>
var disabled = navBar.disabled;
navBar.disabled = disabled;
Property value
Type: Boolean
true if the NavBar is disabled; otherwise, false.
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