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: stringThe ID of the Settings element.
path
Type: ObjectThe 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 |