Skip navigation
Currently Being Moderated

next and previous on webapp detail view

Jun 19, 2012 9:17 PM

Hi Community has any one out there created a next and previous button on the detail view of a web app. I'd like a visitor to be able to click next on the detail view of a webapp item so they can see the details of the next item and also a previous

 
Replies
  • Currently Being Moderated
    Jun 25, 2012 7:51 AM   in reply to BBowyer

    BBowyer,

     

    this is not an out-of-the-box solution. However a possible workaround is to add custom text string fields to your web app and include those in your web app detail view:

    <a href="{tag_Next URL}">Next</a>

    <a href="{tag_Prev URL}">Previous</a>

     

    You would have to enter the url of the next/previous item for each web app item manually.

     

    Nicole - BCGurus.com   |  http://bcgurus.com/Business-Catalyst-Templates for only $7

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 25, 2012 4:00 PM   in reply to BBowyer

    You could make a detail view listing the urls, save it to a page, import this by ajax and parse it into an array, and then set a cookie to keep track of a pointer for the array, and have 'next' and 'previous' change the pointer.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points