Layout ContainerLayout BoxLayout
Package: | Ext.layout |
Defined In: | BoxLayout.js |
Class: | BoxLayout |
Subclasses: | HBoxLayout, VBoxLayout |
Extends: | ContainerLayout |
Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly.
Config Options | Defined By | |
---|---|---|
direction : String Specifies the direction in which child components are laid out. Defaults
to 'normal', which means they are laid out i... Specifies the direction in which child components are laid out. Defaults
to 'normal', which means they are laid out in the order they are added. You can use the
'reverse' option to have them laid out in reverse. | BoxLayout | |
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 |