This is the layout style of choice for creating structural layouts in a multi-row format where the height of
+
This is the layout style of choice for creating structural layouts in a multi-row format where the height of
each row can be specified as a percentage or fixed height. Row widths can also be fixed, percentage or auto.
This class is intended to be extended or created via the layout:'ux.row' Ext.Container.layout config,
and should generally not need to be created directly via the new keyword.
@@ -52,7 +52,7 @@ layout may not render as expected. Example usage:
title:
'Row 3',
rowHeight: .2
}]
-});
Config Options
|
| enableTabbing : Boolean true to enable tabbing. Default is false. | RowLayout |
| 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.
@@ -65,13 +65,9 @@ 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... | ContainerLayout |
Public Methods|
| setActiveTab( String/Panel tab )
- :
- voidSets the specified tab as the active tab. This method fires the beforetabchange event which
-can return false to canc... Sets the specified tab as the active tab. This method fires the beforetabchange event which
-can return false to cancel the tab change. | RowLayout |
Public EventsThis class has no public events.
\ No newline at end of file
+Ext.layout.FormLayout.getTemplateArgs. | ContainerLayout |
Public Methods
This class has no public methods.
Public Events
This class has no public events.