Nested list header themes/data-position=fixed/list data-themes...how?
I can't seem to apply data-themes or data-position=fixed to the headers of a nested list or data-themes to the list items, even with listview("refresh").
I think it's kind of...odd...that the nested lists don't inherit data-themes or other settings from the parent. I'm not sure how usable that is. As for the header attributes, I'm trying to set them with:
- $(".ui-header").attr("data-position","fixed");
- $(".ui-header").attr("data-theme", "a");
The attributes are appended, but they have no effect. As for the list items, as they are added, I'm adding the data-theme attribute and then doing a listview("refresh"). However, they always return back with a data-theme="c" no matter what.
Anybody have any experience actually getting the nested list headers and items themed up? I'm getting pretty frustrated with it and any and all help is greatly appreciated.
Doc