I have an accordion where I'm displaying RSS feeds. I want to allow users to select from a list of feeds and have panes updated to display their selections. To make things simple, I use an example of an accordion with just one pane:
<div id="feedaccordion" dojoType="dijit.layout.AccordionContainer" duration="200">
<div id="customize" dojoType="dijit.layout.AccordionPane" title="Customize Feeds">[list of feeds here]</div>
</div>The text [list of feeds] contains links to a javascript function. The links have the following form:
