/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_layout_boxOverflow_Menu({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":["Ext.layout.boxOverflow.HorizontalMenu"],"extends":"Ext.layout.boxOverflow.None","uses":[],"html":"

Hierarchy

Ext.layout.boxOverflow.None
Ext.layout.boxOverflow.Menu

Subclasses

Files

Description

\n
Defined By

Properties

Ext.layout.boxOverflow.Menu
view source
: String
CSS class added to the afterCt element. ...

CSS class added to the afterCt element. This is the element that holds any special items such as scrollers,\nwhich must always be present at the rightmost edge of the Container

\n

Defaults to: 'x-strip-right'

Ext.layout.boxOverflow.Menu
view source
menu : Ext.menu.Menuprivate

The expand menu - holds items for every item that cannot be shown\nbecause the container is currently not large enough.

\n

The expand menu - holds items for every item that cannot be shown\nbecause the container is currently not large enough.

\n
Ext.layout.boxOverflow.Menu
view source
menuItems : Array

Array of all items that are currently hidden and should go into the dropdown menu

\n

Array of all items that are currently hidden and should go into the dropdown menu

\n
Ext.layout.boxOverflow.Menu
view source
menuTrigger : Ext.Buttonprivate

The expand button which triggers the overflow menu to be shown

\n

The expand button which triggers the overflow menu to be shown

\n
Ext.layout.boxOverflow.Menu
view source
: String
HTML fragment to render into the toolbar overflow menu if there are no items to display ...

HTML fragment to render into the toolbar overflow menu if there are no items to display

\n

Defaults to: '<div class="x-toolbar-no-items">(None)</div>'

Defined By

Methods

...
\n

Parameters

  • layout : Object
    \n

Returns

Overrides: Ext.layout.boxOverflow.None.constructor

Ext.layout.boxOverflow.Menu
view source
( menu, component )private
Adds the given Toolbar item to the given menu. ...

Adds the given Toolbar item to the given menu. Buttons inside a buttongroup are added individually.

\n

Parameters

Ext.layout.boxOverflow.Menu
view source
( menu )private
Called before the overflow menu is shown. ...

Called before the overflow menu is shown. This constructs the menu's items, caching them for as long as it can.

\n

Parameters

  • menu : Object
    \n
Ext.layout.boxOverflow.Menu
view source
( )private
Deletes the sub-menu of each item in the expander menu. ...

Deletes the sub-menu of each item in the expander menu. Submenus are created for items such as\nsplitbuttons and buttongroups, where the Toolbar item cannot be represented by a single menu item

\n
Ext.layout.boxOverflow.Menu
view source
( calculations, targetSize )private
...
\n

Parameters

  • calculations : Object
    \n
  • targetSize : Object
    \n

Overrides: Ext.layout.boxOverflow.None.clearOverflow

Ext.layout.boxOverflow.Menu
view source
( container, target )private
Creates the beforeCt, innerCt and afterCt elements if they have not already been created ...

Creates the beforeCt, innerCt and afterCt elements if they have not already been created

\n

Parameters

Ext.layout.boxOverflow.Menu
view source
( )private
Creates the overflow trigger and menu used when enableOverflow is set to true and the items\nin the layout are too wid...

Creates the overflow trigger and menu used when enableOverflow is set to true and the items\nin the layout are too wide to fit in the space available

\n
Ext.layout.boxOverflow.Menu
view source
( component, hideOnClick )private
Returns a menu config for a given component. ...

Returns a menu config for a given component. This config is used to create a menu item\nto be added to the expander menu

\n

Parameters

  • component : Ext.Component

    The component to create the config for

    \n
  • hideOnClick : Boolean

    Passed through to the menu item

    \n
Ext.layout.boxOverflow.Menu
view source
( )private
...
\n
Ext.layout.boxOverflow.Menu
view source
( )private
...
\n
Ext.layout.boxOverflow.Menu
view source
( )private
...
\n
","superclasses":["Ext.layout.boxOverflow.None"],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"MenuOverflow.html#Ext-layout-boxOverflow-Menu","filename":"MenuOverflow.js"}],"linenr":1,"members":{"property":[{"tagname":"property","owner":"Ext.layout.boxOverflow.Menu","meta":{},"name":"afterCls","id":"property-afterCls"},{"tagname":"property","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"menu","id":"property-menu"},{"tagname":"property","owner":"Ext.layout.boxOverflow.Menu","meta":{},"name":"menuItems","id":"property-menuItems"},{"tagname":"property","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"menuTrigger","id":"property-menuTrigger"},{"tagname":"property","owner":"Ext.layout.boxOverflow.Menu","meta":{},"name":"noItemsMenuText","id":"property-noItemsMenuText"}],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{},"name":"constructor","id":"method-constructor"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"addComponentToMenu","id":"method-addComponentToMenu"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"beforeMenuShow","id":"method-beforeMenuShow"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"clearMenu","id":"method-clearMenu"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"clearOverflow","id":"method-clearOverflow"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"createInnerElements","id":"method-createInnerElements"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"createMenu","id":"method-createMenu"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"createMenuConfig","id":"method-createMenuConfig"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"destroy","id":"method-destroy"},{"tagname":"method","owner":"Ext.layout.boxOverflow.None","meta":{"private":true},"name":"handleOverflow","id":"method-handleOverflow"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"hideTrigger","id":"method-hideTrigger"},{"tagname":"method","owner":"Ext.layout.boxOverflow.Menu","meta":{"private":true},"name":"showTrigger","id":"method-showTrigger"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.layout.boxOverflow.Menu","singleton":false,"override":null,"inheritdoc":null,"id":"class-Ext.layout.boxOverflow.Menu","mixins":[],"mixedInto":[]});