Properties Methods Events Config Options Direct Link
Observable
  Menu

Class Ext.menu.Menu

Package:Ext.menu
Defined In:Menu.js
Class:Menu
Subclasses:ColorMenu, DateMenu
Extends:Observable
* A menu object. This is the container to which you add all other menu items. Menu can also serve as a base class when you want a specialized menu based off of another component (like Ext.menu.DateMenu for example).

Config Options

Config Options Defined By
  allowOtherMenus : Boolean
True to allow multiple menus to be displayed at the same time (defaults to false)
Menu
  items : Mixed
An array of items to be added to this menu. See add for a list of valid item types.
Menu
  minWidth : Number
The minimum width of the menu in pixels (defaults to 120)
Menu
  subMenuAlign : String
The Ext.Element.alignTo anchor position value to use for submenus of this menu (defaults to "tl-tr?")
Menu

Public Properties

Property Defined By
  items : Ext.util.MixedCollection
A MixedCollection of this Menu's items
Menu

Public Methods

Method Defined By

Public Events

Event Defined By