When you create a nested list, the sub-pages it creates are nicely auto-generated but I'm having difficulties controlling the styling of these pages since none of the parent page's properties seem to inherit. Specifically I want to change the pages' "header" theme. If, on my main page where the nested list is located, I use a header of:
<div data-role="header" data-theme="e">
I was expecting that all auto-generated sub-pages from nested lists would inherit and apply the same header theme to each page but instead it always defaults to the blue theme (theme "b"). In the source of the listview widget, it has an option named "headerTheme" with a default of "b" which is where it gets it... but it doesn't seem like there's actually a way to override this default at all. Has anyone ever been able to use any non-blue theme on a nested list's sub-page header and how??