HTML5 Data Bindings Support Product Page
Detail Region on separate page?
Asked 13 Aug 2013 17:19:13
2
have this question
13 Aug 2013 17:19:13 George Drake posted:
I am using this extension for a mobile app. I have my json feed working but how can i link from my repeat region to a detail region on a separate page?All the examples on this site show the details being show on the same page.
Replies
Replied 13 Aug 2013 19:28:01
13 Aug 2013 19:28:01 Teodor Kuduschiev replied:
Hello,
This is not possible. The whole point of this extension is to have single page apps, without page refresh etc..
This is not possible. The whole point of this extension is to have single page apps, without page refresh etc..
Replied 14 Aug 2013 12:52:20
14 Aug 2013 12:52:20 George Drake replied:
If I have a list view in a jquerymobile app what method would you recommend? Now I can build my app with different "pages" in one HTML file, think that would work?
Replied 24 Jan 2014 16:07:47
24 Jan 2014 16:07:47 Brad Lawryk replied:
This can actually be done.
In your list create your link to the detail page and use a URL parameter or a hidden form field to hold the record ID.
Link to the detail page and have a recordset that is filter by either URL parameter or form value depending on which method you use. I prefer the URL Parameter method on data that does not need to be secure as the record ID will show in the address bar and I use the form method when I don't want the record ID shown.
In your list create your link to the detail page and use a URL parameter or a hidden form field to hold the record ID.
Link to the detail page and have a recordset that is filter by either URL parameter or form value depending on which method you use. I prefer the URL Parameter method on data that does not need to be secure as the record ID will show in the address bar and I use the form method when I don't want the record ID shown.
Replied 24 Jan 2014 16:39:24
24 Jan 2014 16:39:24 Teodor Kuduschiev replied:
Hello Brad,
The topic was created 5 months ago, when this was not possible
The topic was created 5 months ago, when this was not possible