I was wondering whether it was possible to 'Drill Down' a list of items that link to the same page, so that when you press an item on the list it brings up a specific item on the linked page?
I was wondering whether it was possible to 'Drill Down' a list of items that link to the same page, so that when you press an item on the list it brings up a specific item on the linked page?
Hello! Sorry, not sure I understand complitely. Do you mean something like this (I mean collapsible set component)? http://jquerymobile.com/demos/1.3.0-r...
If i clicked on 'East end musical' then it brings up information on the East end musical but if i clicked on 'do white south africans have a future?' it brings up info on that instead, at the minute i have to have the information on separate pages, but how i would like it is for the menu items to be connected to a database to then when clicked load up the relevant information on a single page instead of several pages, does this make any sense?.
Sorry, could you clarify: you get the data from DB and form the list of ListItems. You want to click on ListItem, navigate to another screen and show information from DB related to ListItem you clicked, right?
yes but to have the clicked Listitem link to a certain part on another screen
This should help http://docs.appery.io/tutorials/build...
Here is how to get specific record from DB http://docs.appery.io/documentation/b...
It would be easier if you'll try tutorial I suggested - there should be a hidden field with ID from DB. After you click on item information will be shown depending on that ID.