This layout allows you to easily render content into an HTML table. The total number of columns can be
+
This layout allows you to easily render content into an HTML table. The total number of columns can be
specified, and rowspan and colspan can be used to create complex layouts within the table.
This class is intended to be extended or created via the layout:'table' Ext.Container.layout config,
and should generally not need to be created directly via the new keyword.
@@ -50,9 +50,9 @@ up correctly in your overall layout or you'll end up with missing and/or extra c
},{
html:
'<p>Cell D content</p>'
}]
-});
Config Options
|
| columns : NumberThe total number of columns to create in the table for this layout. If not specified, all Components added to
+}); Config Options|
| columns : NumberThe total number of columns to create in the table for this layout. If not specified, all Components added to
this ... The total number of columns to create in the table for this layout. If not specified, all Components added to
-this layout will be rendered into a single row using one column per Component. | TableLayout | | extraCls : StringAn optional extra CSS class that will be added to the container. This can be useful for adding
+this layout will be rendered into a single row using one column per Component. | TableLayout | | 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,7 +65,7 @@ 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 | | tableAttrs : ObjectAn object containing properties which are added to the DomHelper specification
+ | ContainerLayout | | renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout | | tableAttrs : ObjectAn object containing properties which are added to the DomHelper specification
used to create the layout's <table... An object containing properties which are added to the DomHelper specification
used to create the layout's <table> element. Example: {
xtype: 'panel',
@@ -78,8 +78,8 @@ used to create the layout's <table> element. Example:
| TableLayout |
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
+} | TableLayout |
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
|
|