This is the layout style of choice for creating structural layouts in a multi-column format where the width of
+
This is the layout style of choice for creating structural layouts in a multi-column format where the width of
each column can be specified as a percentage or fixed width, but the height is allowed to vary based on the content.
This class is intended to be extended or created via the layout:'column' Ext.Container.layout config,
and should generally not need to be created directly via the new keyword.
@@ -49,7 +49,7 @@ layout may not render as expected. Example usage:
title:
'Column 3',
columnWidth: .2
}]
-});
Config Options
|
| extraCls : StringAn optional extra CSS class that will be added to the container. This can be useful for adding
+}); 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.
@@ -62,8 +62,8 @@ 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|
| 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
+ | ContainerLayout | | renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout |
Public Properties|
| 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
overriden to create custom field structures. The template processes values returned from
|
|