X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.menu.Menu.html diff --git a/docs/output/Ext.menu.Menu.html b/docs/output/Ext.menu.Menu.html index c8720753..762f2406 100644 --- a/docs/output/Ext.menu.Menu.html +++ b/docs/output/Ext.menu.Menu.html @@ -1,16 +1,16 @@ -
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