/*** @class Ext.menu.Menu*//*** @var {color}* The background-color of the Menu*/;/*** @var {color}* The border-color of the Menu*/;/*** @var {string}* The border-style of the Menu*/;/*** @var {number}* The border-width of the Menu*/;/*** @var {number/list}* The padding to apply to the Menu body element*/;/*** @var {color}* The color of Menu Item text*/;/*** @var {string}* The font-family of {@link Ext.menu.Item Menu Items}*/;/*** @var {number}* The font-size of {@link Ext.menu.Item Menu Items}*/;/*** @var {string}* The font-weight of {@link Ext.menu.Item Menu Items}*/;/*** @var {number}* The height of {@link Ext.menu.Item Menu Items}*/;/*** @var {number}* The border-width of {@link Ext.menu.Item Menu Items}*/;/*** @var {string}* The style of cursor to display when the cursor is over a {@link Ext.menu.Item Menu Item}*/;/*** @var {string}* The style of cursor to display when the cursor is over a disabled {@link Ext.menu.Item Menu Item}*/;/*** @var {color}* The text color of the active {@link Ext.menu.Item Menu Item}*/;/*** @var {color}* The background-color of the active {@link Ext.menu.Item Menu Item}*/;/*** @var {color}* The border-color of the active {@link Ext.menu.Item Menu Item}*/;/*** @var {string/list}* The background-gradient for {@link Ext.menu.Item Menu Items}. Can be either the name* of a predefined gradient or a list of color stops. Used as the `$type` parameter for* {@link Global_CSS#background-gradient}.*/;/*** @var {number}* The border-radius of {@link Ext.menu.Item Menu Items}*/;/*** @var {number}* The size of {@link Ext.menu.Item Menu Item} icons*/;/*** @var {color} $menu-glyph-color* The color to use for menu icons configured using {@link Ext.menu.Item#glyph glyph}*/;/*** @var {string}* The font-size to use for menu icons configured using {@link Ext.menu.Item#glyph glyph}*/;/*** @var {number} $menu-glyph-opacity* The opacity to use for menu icons configured using {@link Ext.menu.Item#glyph glyph}*/;/*** @var {color}* The color to use for menu icons configured using {@link Ext.menu.Item#glyph glyph}* when the menu item is active.*/;/*** @var {number}* The size of {@link Ext.menu.CheckItem CheckItem} checkboxes*/;/*** @var {number}* The size of {@link Ext.menu.CheckItem CheckItem} checkboxes*/;/*** @var {string/list}* The glyph for {@link Ext.menu.CheckItem CheckItem} checkboxes when* {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* The glyph for {@link Ext.menu.CheckItem CheckItem} checkboxes in "checked" state when* {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {color}* The color of {@link Ext.menu.CheckItem CheckItem} checkboxes when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {color}* The color of the {@link Ext.menu.CheckItem CheckItem} checkbox for the active menu item* when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* The glyph for {@link Ext.menu.CheckItem CheckItem} group checkboxes when* {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* The glyph for {@link Ext.menu.CheckItem CheckItem} group checkboxes in "checked" state when* {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {color}* The color of {@link Ext.menu.CheckItem CheckItem} group checkboxes when* {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {color}* The color of the {@link Ext.menu.CheckItem CheckItem} group checkbox for the active menu item* when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {list}* The background-position of {@link Ext.menu.Item Menu Item} icons*/;/*** @var {number}* vertical offset for menu item icons/checkboxes. By default the icons are roughly* vertically centered, but it may be necessary in some cases to make minor adjustments* to the vertical position.*/;/*** @var {number}* vertical offset for menu item text. By default the text is given a line-height* equal to the menu item's content-height, however, depending on the font this may not* result in perfect vertical centering. Offset can be used to make small adjustments* to the text's vertical position.*/;/*** @var {number/list}* The space to the left and right of {@link Ext.menu.Item Menu Item} text. Can be specified* as a number (e.g. 5px) or as a list with 2 items for different left/right values. e.g.** $menu-item-text-horizontal-spacing: dynamic(4px 8px); // 4px of space to the left, and 8px to the right*/;/*** @var {number}* The space to the left and right of {@link Ext.menu.Item Menu Item} icons. Can be specified* as a number (e.g. 5px) or as a list with 2 items for different left/right values. e.g.** $menu-item-icon-horizontal-spacing: dynamic(4px 8px); // 4px of space to the left, and 8px to the right*/;/*** @var {number}* The space to the left and right of {@link Ext.menu.Item Menu Item} arrows. Can be specified* as a number (e.g. 5px) or as a list with 2 items for different left/right values. e.g.** $menu-item-arrow-horizontal-spacing: dynamic(4px 8px); // 4px of space to the left, and 8px to the right*/;/*** @var {number}* The space to the left and right of the {@link Ext.menu.Bar Menu item} arrows. Can be specified* as a number or as a list with 2 values.*/;/*** @var {number/list}* The margin of {@link Ext.menu.Separator Menu Separators}*/;/*** @var {number}* The height of {@link Ext.menu.Item Menu Item} arrows*/;/*** @var {number}* Vertical offset for arrow el.* @private*/;/*** @var {number}* The width of {@link Ext.menu.Item Menu Item} arrows*/;/*** @var {number}* The height of the {@link Ext.menu.Bar Menu item} arrows*/;/*** @var {number}* The width of the {@link Ext.menu.Bar Menu item} arrows*/;/*** @var {number/list}* The margin of {@link Ext.menu.Item Menu Item} arrows*/;/*** @var {color}* The color to use for the menu arrow icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {color}* The color to use for the menu arrow icon of the active menu item when* {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {number}* The font size to use for the menu arrow icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* Glyph for the menu arrow icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* Glyph for the RTL menu arrow icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* Glyph for the menu bar item arrow icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* Glyph for the RTL menu bar item arrow icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {number}* The opacity of disabled {@link Ext.menu.Item Menu Items}*/;/*** @var {number/list}* The margin non-MenuItems placed in a Menu*/;/*** @var {color}* The border-color of {@link Ext.menu.Separator Menu Separators}*/;/*** @var {color}* The background-color of {@link Ext.menu.Separator Menu Separators}*/;/*** @var {number}* The size of {@link Ext.menu.Separator Menu Separators}*/;/*** @var {number}* The width of Menu scrollers*/;/*** @var {number}* The height of Menu scrollers*/;/*** @var {color}* The border-color of Menu scroller buttons*/;/*** @var {number}* The border-width of Menu scroller buttons*/;/*** @var {number/list}* The margin of "top" Menu scroller buttons*/;/*** @var {number/list}* The margin of "bottom" Menu scroller buttons*/;/*** @var {string}* The cursor of Menu scroller buttons*/;/*** @var {string}* The cursor of disabled Menu scroller buttons*/;/*** @var {number}* The opacity of Menu scroller buttons. Only applicable when* {@link #$menu-classic-scrollers} is `false`.*/;/*** @var {number}* The opacity of hovered Menu scroller buttons. Only applicable when* {@link #$menu-classic-scrollers} is `false`.*/;/*** @var {number}* The opacity of pressed Menu scroller buttons. Only applicable when* {@link #$menu-classic-scrollers} is `false`.*/;/*** @var {number}* The opacity of disabled Menu scroller buttons.*/;/*** @var {color}* The color to use for Menu scroller icons when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {number}* The font size for Menu scroller icons when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* Glyph for the "top" scroller icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {string/list}* Glyph for the "bottom" scroller icon when {@link Global_CSS#$enable-font-icons} is `true`.*/;/*** @var {boolean}* `true` to use classic-style scroller buttons. When `true` scroller buttons are given their* hover state by changing their background-position, When `false` scroller buttons are* given their hover state by applying opacity.*/;/*** @var {boolean}* True to include the "default" menu UI*/;