X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.layout.ContainerLayout.html
diff --git a/docs/output/Ext.layout.ContainerLayout.html b/docs/output/Ext.layout.ContainerLayout.html
index cfb29f92..693dcf47 100644
--- a/docs/output/Ext.layout.ContainerLayout.html
+++ b/docs/output/Ext.layout.ContainerLayout.html
@@ -1,11 +1,5 @@
-
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
|
| extraCls : StringAn optional extra CSS class that will be added to the container. This can be useful for adding
+ This class is intended to be extended or created via the layout
+configuration property. See Ext.Container.layout for additional details. Config Options|
| extraCls : StringAn optional extra CSS class that will be added to the container. This can be useful for adding
customized styles to t... An optional extra CSS class that will be added to the container. This can be useful for adding
customized styles to the container or any of its children using standard CSS rules. See
Ext.Component.ctCls also.
@@ -18,11 +12,11 @@ which assign a value by default:
To configure the above Classes with an extra CSS class append to the default. For example,
for ColumnLayout: extraCls: 'x-column custom-class'
- | ContainerLayout | | renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout |
Public Properties|
| activeItem : Ext.ComponentA reference to the Ext.Component that is active. For example, if(myPanel.layout.activeItem.id == 'item-1') { ... }
+ | ContainerLayout | | renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout |
Public Properties|
| activeItem : Ext.ComponentA reference to the Ext.Component that is active. For example, if(myPanel.layout.activeItem.id == 'item-1') { ... }
a... | ContainerLayout | | fieldTpl : Ext.Template | ContainerLayout | | fieldTpl : Ext.TemplateThe Ext.Template used by Field rendering layout classes (such as
Ext.layout.FormLayout) to create the DOM structure o... The Ext.Template used by Field rendering layout classes (such as
Ext.layout.FormLayout) to create the DOM structure of a fully wrapped,
labeled and styled form Field. A default Template is supplied, but this may be
|
|