Here's what I'm trying to do: I want to create and accordion whose headers
each have
different "icons" based on a reference to an asset in the model of the
application. I've seen
several examples of people using icons for each "state" of the accordion
header, but I'm
wanting to load the icon dynamically and not based on state. Essentially, each
header in the
accordion would have a different "icon" and when I changed the data provider of
the
accordion, it would re-populate with new icons in each header. Is this
possible? Has anyone
seen it done?