Netzke::Basepack::AccordionPanel
Code of this view
Features:
- Provides for easy nesting of components
- When configured so, dynamically loads nested components when its panel gets activated for the first time
Example 1: an accordion with two GridPanels as panels
An accordion with 2 panels, each containing a (preloaded) GridPanel.
Example 2: second GridPanel loads dynamically
Same as before, but the second grid gets first loaded at the moment its tab panel gets expanded.
Example: a simple Ext panel (not a Netzke component) and a primitive compound component
The first panel is a simple Ext.Panel. The second panel is a BorderLayoutPanel with two nested Netzke components - a grid and a form