WinJS.UI.SettingsFlyout constructor

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

Creates a new SettingsFlyout object.

Syntax

var settingsFlyout = new WinJS.UI.SettingsFlyout(element, options);

Parameters

  • element
    Type: Object

    The DOM element that will host the control.

  • options [optional]
    Type: Object

    The set of properties and values to apply to the new SettingsFlyout.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

SettingsFlyout