• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

moving between web app detail pages

Explorer ,
Nov 14, 2013 Nov 14, 2013

Copy link to clipboard

Copied

In a web app that is displaying personal profiles, (so enter the page, select the person, their details show) I need to have buttons on that detail page allowing users to move to the next DETAIL page and the previous one. This is so they can browse at the detail level without returning the to the list view.  I cannot see a module to allow this - is this doable?

TOPICS
Web apps

Views

709

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Dec 02, 2013 Dec 02, 2013

Copy link to clipboard

Copied

Hi

This is doable only with some custom scripting.

If you use {module_webapps,XXXXX,a} it will list all your webapp items(with links to detail view) in an ordered list.

1. Item_1

2. Item_2

3. Item_3

You should be able to put this module in a hidden div and use a script to match the current url with the position of the respective item in the list. So if your current url is "yourdomain.com/webappname/item_2", the script should see that it maches the 2nd entry in webapp items list, so it would assign the "next" button with the href value of "item_3", and for the "previous" button it would pass "item_1"'s href.

Hope this helps.

Kind Regards,

Alex

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 19, 2014 Jan 19, 2014

Copy link to clipboard

Copied

This solution isn't ideal. We have a client with 600+ properties in a web app and they want to be able to navigate between items.

Is this something that can be added in a future release? It's a pretty basic feature in other CMS platforms.

Cheers,

Klaye

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 30, 2014 Jan 30, 2014

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines