SettingsFlyout.showSettings method

[settingFlyout is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0 Preview.]

Show the Settings flyout using the Settings element identifier (ID) and the path of the page that contains the Settings element.

Syntax

settingsFlyout.showSettings(id, path);

Parameters

  • id
    Type: string

    The ID of the Settings element.

  • path
    Type: Object

    The path of the page that contains the Settings element.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

SettingsFlyout