I am making a menu using a collapsible set. It will have up to 4 tiers deep and is a fairly large menu. Since I can't show my menu I made a very simplistic example here.
http://jsfiddle.net/shellwe/30jLxrt0/3/
The first one is using listviews and I got it to look the way I want for the menu, but when you go a level deep the collapsible set doesn't work. As in, if I expand one then expand another both stay expanded, I need one to close when a sibling opens.
The second one is using a nested collapsible set but then I lose the styling of the listview and my superiors like that. I tried to use:
data-role="collapsible listview"
But no luck... anyone have any ideas on how to get the best of both worlds or do I have to make the decision of styling the CSS of the collapsible set with a listview or going with listview and creating my own JavaScript to simulate the collapsible set (having one close when another opens)?