X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.menu.Menu.html diff --git a/docs/output/Ext.menu.Menu.html b/docs/output/Ext.menu.Menu.html index 762f2406..6e31a906 100644 --- a/docs/output/Ext.menu.Menu.html +++ b/docs/output/Ext.menu.Menu.html @@ -1,4 +1,4 @@ -
Observable
  Component
    BoxComponent
      Container
        Menu

Class Ext.menu.Menu

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

A menu object. This is the container to which you may add menu items. Menu can also serve as a base class +

Observable
  Component
    BoxComponent
      Container
        Menu

Class Ext.menu.Menu

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

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 @@ -6,19 +6,19 @@ specify iconCls: 'no-icon'. This reserves a space for an icon, and ind 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