I have been toying around with this sample http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=widget_legendvisible
Turns out that is is perfect for a project that I am working on. I have figured out how to create additional panels. What I want to do is to fill each panel with specific layers. How is this accomplished.
Here is the sample from the link above with additional panels in the legend:
After looking around and researching I haven't found a solution. I do however have a better way of asking the question.
I have multiple DynamicMapServiceLayers. I want to display each individual set in a separate ContentPane. Is that possible?