WinJS.UI.Menu constructor

Creates a new Menu object.
Syntax
var menu = new WinJS.UI.Menu(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 Menu.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
- Menu
- MenuCommand
- WinJS.UI Namespace
- MenuCommand
- Flyout
- Displaying popups
- Laying out your UI
- HTML flyout control sample
- Designers
- Command patterns
- Flyout
- Guidelines for flyouts
- Context menu
- Guidelines for context menus
Show: