|
| activeOnTop : BooleanTrue to swap the position of each panel as it is expanded so that it becomes the first item in the container,
false ... True to swap the position of each panel as it is expanded so that it becomes the first item in the container,
-false to keep the panels in the rendered order. This is NOT compatible with "animate:true" (defaults to false). | AccordionLayout |
| animate : BooleanTrue to slide the contained panels open and closed during expand/collapse using animation, false to open and
+false to keep the panels in the rendered order. This is NOT compatible with "animate:true" (defaults to false). | AccordionLayout |
| animate : BooleanTrue to slide the contained panels open and closed during expand/collapse using animation, false to open and
close d... True to slide the contained panels open and closed during expand/collapse using animation, false to open and
close directly with no animation (defaults to false). Note: to defer to the specific config setting of each
-contained panel for this property, set this to undefined at the layout level. | AccordionLayout |
| autoWidth : BooleanTrue to set each contained item's width to 'auto', false to use the item's current width (defaults to true).
+contained panel for this property, set this to undefined at the layout level. | AccordionLayout |
| autoWidth : BooleanTrue to set each contained item's width to 'auto', false to use the item's current width (defaults to true).
Note th... True to set each contained item's width to 'auto', false to use the item's current width (defaults to true).
Note that some components, in particular the grid, will not function properly within
-layouts if they have auto width, so in such cases this config should be set to false. | AccordionLayout |
| collapseFirst : BooleanTrue to make sure the collapse/expand toggle button always renders first (to the left of) any other tools
+layouts if they have auto width, so in such cases this config should be set to false. | AccordionLayout |
| collapseFirst : BooleanTrue to make sure the collapse/expand toggle button always renders first (to the left of) any other tools
in the con... True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools
-in the contained panels' title bars, false to render it last (defaults to false). | AccordionLayout |
| extraCls : StringAn optional extra CSS class that will be added to the container. This can be useful for adding
+in the contained panels' title bars, false to render it last (defaults to false). | AccordionLayout |
| 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.
@@ -49,22 +50,22 @@ 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 |
| fill : BooleanTrue to adjust the active item's height to fill the available space in the container, false to use the
+ | ContainerLayout |
| fill : BooleanTrue to adjust the active item's height to fill the available space in the container, false to use the
item's curren... True to adjust the active item's height to fill the available space in the container, false to use the
-item's current height, or auto height if not explicitly set (defaults to true). | AccordionLayout |
| hideCollapseTool : BooleanTrue to hide the contained panels' collapse/expand toggle buttons, false to display them (defaults to false).
+item's current height, or auto height if not explicitly set (defaults to true). | AccordionLayout |
| hideCollapseTool : BooleanTrue to hide the contained panels' collapse/expand toggle buttons, false to display them (defaults to false).
When s... True to hide the contained panels' collapse/expand toggle buttons, false to display them (defaults to false).
-When set to true, titleCollapse should be true also. | AccordionLayout |
| renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout |
| sequence : Boolean Experimental. If animate is set to true, this will result in each animation running in sequence. | AccordionLayout |
| titleCollapse : BooleanTrue to allow expand/collapse of each contained panel by clicking anywhere on the title bar, false to allow
+When set to true, titleCollapse should be true also. | AccordionLayout |
| renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout |
| sequence : Boolean Experimental. If animate is set to true, this will result in each animation running in sequence. | AccordionLayout |
| titleCollapse : BooleanTrue to allow expand/collapse of each contained panel by clicking anywhere on the title bar, false to allow
expand/c... True to allow expand/collapse of each contained panel by clicking anywhere on the title bar, false to allow
expand/collapse only when the toggle tool button is clicked (defaults to true). When set to false,
- hideCollapseTool should be false also. | AccordionLayout |