X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..refs/heads/old:/docs/output/Ext.layout.ContainerLayout.html?ds=inline diff --git a/docs/output/Ext.layout.ContainerLayout.html b/docs/output/Ext.layout.ContainerLayout.html index cfb29f92..50960750 100644 --- a/docs/output/Ext.layout.ContainerLayout.html +++ b/docs/output/Ext.layout.ContainerLayout.html @@ -1,11 +1,5 @@ -
Package: | Ext.layout |
Defined In: | ContainerLayout.js |
Class: | ContainerLayout |
Subclasses: | AnchorLayout, BorderLayout, BoxLayout, ColumnLayout, FitLayout, MenuLayout, TableLayout, ToolbarLayout, RowLayout |
Extends: | Object |
The ContainerLayout class is the default layout manager delegated by Ext.Container to -render any child Components when no layout is configured into -a Container. ContainerLayout provides the basic foundation for all other layout -classes in Ext. It simply renders all child Components into the Container, performing no sizing or -positioning services. To utilize a layout that provides sizing and positioning of child Components, -specify an appropriate layout.
-This class is intended to be extended or created via the layout -configuration property. See Ext.Container.layout for additional details.
Config Options | Defined By | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
extraCls : String An optional extra CSS class that will be added to the container. This can be useful for adding
+ Class Ext.layout.ContainerLayout
This class is intended to be extended or created via the layout +configuration property. See Ext.Container.layout for additional details. Config Options
Public Properties
Public Properties
Public MethodsThis class has no public methods. Public EventsThis class has no public events. | ContainerLayout | |||||||||||||||||||||||||||||||||||||||||
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 |
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 |