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: ObjectThe DOM element that will host the control.
options [optional]
Type: ObjectThe set of properties and values to apply to the new SettingsFlyout.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |