RalphHaering
Posts: 0
Joined: Thu Mar 29, 2012 10:01 am

Icon List and REST Services

I was following the tutorial "Building Clickable List Mobile App with HTML5 Local Storage" and was able to create an iPhone app. Now, I want to create my own app which also has a master/detail function.

Every xml entry is assigned to a category. Therefore, every list item needs the category icon attached (a.png, b.png, c.png).

  1. How can I implement the original JQM icon list (http://jquerymobile.com/demos/1.1.0-r...? - the list options of tiggzi is very limited. When working with the tiggzi list, also the a:hover rollover effect gets lost. I know, I can work with a grid inside the list element, but I would prefer the original JQM solution.

  2. The xml has for ever entry a category field which contains: a.png, b.png, c.png. I want to map those to real images. How can I do this?

    Thanks for your support.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Icon List and REST Services

I think the simplest option would be to use a grid inside a list, for example:
http://tiggzi.com/view/7bbf33e1-3238-...

You can still do the JQM solution with adding the icon directly in JavaScript to the list.

In our April release, we are adding "More Properties" feature - where you will be able to specify any jQuery Mobile property on a component (without doing it from JavaScript)

Return to “Issues”