I am dynamically (as a result of a soap/ajax call) updating my listview with <li> items.
However, there are a couple of layouts (see below) I want to customize depending upon the page and the data. I need to do things like align the data, change font size/color per item, etc.
So what do I need to put in each <li> to make this happen? I can see .listview('refresh') applies the styling I just need to coerce it to do the right thing.
-----------------------------------------------------------------------------------------------------------
Description Amount 1 (arrow)
Detail Amount 2
------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
Description (arrow)
Name
Address
Phone
---------------------------------------------------------------------------------------------------------------