Lux Smith
Posts: 0
Joined: Fri Jan 10, 2014 4:52 am

Require help in formatting a read only list that is populated using database service.

I need to format my read only list like following:
http://demos.jquerymobile.com/1.2.1/d...

How do I achieve this?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Require help in formatting a read only list that is populated using database service.

Hi Lux,

In mapping, you can add components 'dividers' for a list:preelement.parent().parent().parent().parent().append('some text');/preYou'll need such number of codeparent()/code to access a tag 'ul'. You can check this in debugger.

Return to “Issues”