An optional extra CSS class that will be added to the container. This can be useful for adding
+
Layout manager used by Ext.menu.Menu. Generally this class should not need to be used directly.
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.
@@ -11,11 +11,11 @@ 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
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
|