I need to implement a read-only thumbnail list. Please see jquery mobile docs below (section pertaining to thumbnail list):
http://demos.jquerymobile.com/1.2.0/d...
I've searched through the forum and it has been suggested to put a label component inside list-item, but this removes the thumbnail as well as other customization (e.g. data-icon = false) from the listitems. Furthermore it doesn't seem possible to format the text (as in jquery mobile docs above) this way.
What would you suggest?