NavBar.showOnlyCommands method

[NavBar is no longer available for use as of Windows Library for JavaScript (WinJS) 4.2. Instead, use SplitViewCommand. ]

Shows the specified commands in the NavBar while hiding all other commands.

Syntax

navBar.showOnlyCommands(commands, immediate);

Parameters

  • commands
    Type: Array

    The commands to show. The array elements can be NavBarCommand objects or command ID strings.

  • immediate
    Type: Boolean

    The parameter immediate is not supported and may be altered or unavailable in the future.

    true to show the specified commands (and hide the others) immediately, without animating them; otherwise, false.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 2.0

Namespace

WinJS.UI

See also

NavBar

NavBarCommand

NavBarContainer

BackButton

AppBar

Your first app - Part 3: PageControl objects and navigation

Navigating between pages (HTML)

Adding app bars

Adding nav bars

HTML AppBar control sample

HTML NavBar control sample

Navigation and navigation history sample

Designers

Command patterns

Navigation patterns

Guidelines for app bars

Bottom app bar

Top app bar