| align : StringControls how the child items of the container are aligned. Acceptable configuration values for this
-property are:
+This layout may also be used to set the heights of child items by configuring it with the align option. Config Options|
| align : StringControls how the child items of the container are aligned. Acceptable configuration values for this
+property are:
<di... Controls how the child items of the container are aligned. Acceptable configuration values for this
property are:
@@ -12,7 +12,7 @@ at the top of the container
stretch : child items are stretched vertically to fill
the height of the container
stretchmax : child items are stretched vertically to
-the height of the largest item. | HBoxLayout | | defaultMargins : ObjectIf the individual contained items do not have a margins
+the height of the largest item. | HBoxLayout | | defaultMargins : ObjectIf the individual contained items do not have a margins
property specified, the default margins from this property wi... If the individual contained items do not have a margins
property specified, the default margins from this property will be
applied to each item.
@@ -35,7 +35,7 @@ and right are set to the second, and the bottom is set to the third.
If there are four values, they apply to the top, right, bottom, and
left, respectively.
- Defaults to: {top:0, right:0, bottom:0, left:0}
| BoxLayout | | extraCls : StringAn optional extra CSS class that will be added to the container. This can be useful for adding
+ Defaults to: {top:0, right:0, bottom:0, left:0}
| BoxLayout | | 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.
@@ -48,12 +48,12 @@ 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 | | flex : NumberThis configuation option is to be applied to child items of the container managed
+ | ContainerLayout | | flex : NumberThis configuation option is to be applied to child items of the container managed
by this layout. Each child item wit... This configuation option is to be applied to child items of the container managed
by this layout. Each child item with a flex property will be flexed horizontally
according to each item's relative flex value compared to the sum of all items with
a flex value specified. Any child items that have either a flex = 0 or
-flex = undefined will not be 'flexed' (the initial size will not be changed). | HBoxLayout | | pack : StringControls how the child items of the container are packed together. Acceptable configuration values
+flex = undefined will not be 'flexed' (the initial size will not be changed). | HBoxLayout | | pack : StringControls how the child items of the container are packed together. Acceptable configuration values
for this property ... Controls how the child items of the container are packed together. Acceptable configuration values
for this property are:
@@ -63,7 +63,7 @@ for this property are:
mid-width of container
end : child items are packed together at right
side of container
- | HBoxLayout | | padding : StringSets the padding to be applied to all child items managed by this layout.
+ | HBoxLayout | | padding : StringSets the padding to be applied to all child items managed by this layout.
This property must be specified as a string... Sets the padding to be applied to all child items managed by this layout.
This property must be specified as a string containing
space-separated, numeric padding values. The order of the sides associated
@@ -77,11 +77,11 @@ and right are set to the second, and the bottom is set to the third.
If there are four values, they apply to the top, right, bottom, and
left, respectively.
- Defaults to: "0" | BoxLayout | | 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') { ... }
+ Defaults to: "0" | BoxLayout | | 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
|
|