X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.layout.ToolbarLayout.html diff --git a/docs/output/Ext.layout.ToolbarLayout.html b/docs/output/Ext.layout.ToolbarLayout.html index edd00b1c..ee1144ec 100644 --- a/docs/output/Ext.layout.ToolbarLayout.html +++ b/docs/output/Ext.layout.ToolbarLayout.html @@ -1,4 +1,5 @@ -
ContainerLayout ToolbarLayout
Package: | Ext.layout |
Defined In: | ToolbarLayout.js |
Class: | ToolbarLayout |
Extends: | ContainerLayout |
Config Options | Defined By | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
extraCls : String An optional extra CSS class that will be added to the container. This can be useful for adding
+ ContainerLayout ToolbarLayout Class Ext.layout.ToolbarLayout
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
Public MethodsThis class has no public methods. Public EventsThis class has no public events. | ContainerLayout | |||||||||||||||
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 | |||||||||||||||
if : Object This monitorResize flag will be renamed soon as to avoid confusion
+with the Container version which hooks onWindowRes... This monitorResize flag will be renamed soon as to avoid confusion
+with the Container version which hooks onWindowResize to doLayout
+monitorResize flag in this context attaches the resize event between
+a container and it's layout | ContainerLayout | |||||||||||||||
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 |
Method | Defined By | |
---|---|---|
parseMargins( Number|String v )
+ :
+ ObjectParses a number or string representing margin sizes into an object. Supports CSS-style margin declarations
+(e.g. 10, ... Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations
+(e.g. 10, "10", "10 10", "10 10 10" and "10 10 10 10" are all valid options and would return the same result) Parameters:
| ContainerLayout |