WinJS.UI.Flyout constructor
Creates a new Flyout object.
Syntax
var flyout = new WinJS.UI.Flyout(element, options);
Parameters
element
Type: HTMLElementThe DOM element that will host the control.
options [optional]
Type: ObjectThe set of properties and values to apply to the new Flyout.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
Designers
Guidelines for flyouts
Guidelines for context menus