X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.menu.Menu.html diff --git a/docs/output/Ext.menu.Menu.html b/docs/output/Ext.menu.Menu.html index c8720753..60e0eb57 100644 --- a/docs/output/Ext.menu.Menu.html +++ b/docs/output/Ext.menu.Menu.html @@ -1,24 +1,24 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Menu

Class Ext.menu.Menu

Package:Ext.menu
Defined In:Menu.js
Class:Menu
Subclasses:ColorMenu, DateMenu, ListMenu, RangeMenu
Extends:Container
xtype:menu

A menu object. This is the container to which you may add 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).

-

Menus may contain either menu items, or general Components.

-

To make a contained general Component line up with other menu items -specify iconCls: 'no-icon'. This reserves a space for an icon, and indents the Component in line -with the other menu items. See Ext.form.ComboBox.getListParent -for an example.

-

By default, Menus are absolutely positioned, floating Components. By configuring a Menu with -floating:false, a Menu may be used as child of a Container.

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 allowOtherMenus : Boolean
True to allow multiple menus to be displayed at the same time (defaults to false)
Menu