| defaultMargins : ObjectIf the individual contained items do not have a margins
-property specified, the default margins from this property w... If the individual contained items do not have a margins
-property specified, the default margins from this property will be
-applied to each item.
- This property may be specified as an object containing margins
-to apply in the format: {
- top: (top margin),
- right: (right margin),
- bottom: (bottom margin),
- left: (left margin)
-}
- This property may also be specified as a string containing
-space-separated, numeric margin values. The order of the sides associated
-with each value matches the way CSS processes margin values:
-
-- If there is only one value, it applies to all sides.
-- If there are two values, the top and bottom borders are set to the
-first value and the right and left are set to the second.
-- If there are three values, the top is set to the first value, the left
-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
+ Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly. Config Options|
| 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.
+ This property may be specified as an object containing margins
+to apply in the format: {
+ top: (top margin),
+ right: (right margin),
+ bottom: (bottom margin),
+ left: (left margin)
+}
+ This property may also be specified as a string containing
+space-separated, numeric margin values. The order of the sides associated
+with each value matches the way CSS processes margin values:
+
+- If there is only one value, it applies to all sides.
+- If there are two values, the top and bottom borders are set to the
+first value and the right and left are set to the second.
+- If there are three values, the top is set to the first value, the left
+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
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.
@@ -34,21 +34,25 @@ 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 | | padding : StringSets the padding to be applied to all child items managed by this layout.
-This property must be specified as a stri... 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
-with each value matches the way CSS processes padding values:
-
-- If there is only one value, it applies to all sides.
-- If there are two values, the top and bottom borders are set to the
-first value and the right and left are set to the second.
-- If there are three values, the top is set to the first value, the left
-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|
| fieldTpl : Ext.TemplateThe Ext.Template used by Field rendering layout classes (such as
+ | ContainerLayout | | 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
+with each value matches the way CSS processes padding values:
+
+- If there is only one value, it applies to all sides.
+- If there are two values, the top and bottom borders are set to the
+first value and the right and left are set to the second.
+- If there are three values, the top is set to the first value, the left
+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') { ... }
+a... | 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
|
|