Layout ContainerLayout AutoContainerLayout
Package: | Ext.layout |
Defined In: | AutoContainerLayout.js |
Class: | AutoContainerLayout |
Extends: | ContainerLayout |
The AutoLayout is the default layout manager delegated by Ext.Container to render any child Components when no layout is configured into a Container.. AutoLayout provides only a passthrough of any layout calls to any child containers.
Config Options | Defined By | |
---|---|---|
itemCls : String An 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. | ContainerLayout |
Method | Defined By | |
---|---|---|
getLayoutItems()
:
Array Returns an array of child components. Returns an array of child components. Parameters:
| ContainerLayout | |
getTarget()
:
Ext.Element Returns the owner component's resize element. Returns the owner component's resize element. Parameters:
| ContainerLayout |