Page 1 of 1

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

Posted: Thu Jan 30, 2014 4:00 pm
by Lux Smith

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

How do I achieve this?


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

Posted: Thu Jan 30, 2014 6:22 pm
by Kateryna Grynko

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.