Base Library:
new Rico.Accordion( 'OuterAccordion', { panelHeight : 200, selectedIndex : 1 }); new Rico.Accordion( 'NestedAccordion', { panelHeight : 100 });Panels are numbered starting with 0. The "selectedIndex:1" option ensures that the panel with the nested accordion is open by default.