I'm trying to create a navigation panel based on the Flex Accordion control. The 2 things I'm trying to figure out are how to:
- modify the Accordion so that all of the of "panels" are closed by default. (normally one of the panels is open by default)
- treat some of the Accordian headers as just simple buttons (ie you click and an event is triggered instead of an accordion panel opening)
Does anyone have any pointers on implementing these 2 items or know of any existing components that could yield this behavior?
Thanks!