Properties Methods Events Config Options Direct Link
ContainerLayout
  ToolbarLayout

Class Ext.layout.ToolbarLayout

Package:Ext.layout
Defined In:ToolbarLayout.js
Class:ToolbarLayout
Extends:ContainerLayout
Layout manager used by Ext.Toolbar. This is highly specialised for use by Toolbars and would not usually be used by any other class.

Config Options

Config OptionsDefined By
 renderHidden : Boolean
True to hide each contained item on render (defaults to false).
ContainerLayout

Public Properties

PropertyDefined By
 hiddenItems : Array Holds all items that are currently hidden due to there not being enough space to render them These items will appear on the expand menu.
ToolbarLayout
 noItemsMenuText : String HTML fragment to render into the toolbar overflow menu if there are no items to display
ToolbarLayout
 triggerWidth : Number The width allocated for the menu trigger at the extreme right end of the Toolbar
ToolbarLayout

Public Methods

MethodDefined By

Public Events

This class has no public events.