Navigation | Community
Skip to main content
New Participant
July 23, 2015
Solved

Navigation

  • July 23, 2015
  • 10 replies
  • 2940 views

Will we be able to navigate to other collections or articles programmatically with javascript from within an HTML Article?

For example, is there a deep-link name attached to content, or are custom URLs supported?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bobbr3212

You can use navto://article_name to navigate to any article within the app, even if it's in a different collection.

Navigating to other collections is not yet supported, though it is planned.

Are you also asking about linking to content from outside the app?

10 replies

seekandenjoy
New Participant
August 24, 2015

Or I guess, maybe a better way to ask is how to Nav to a collection's browse page from within the same collection, what would the url be?

seekandenjoy
New Participant
August 24, 2015

Hi, in regards to buttons and navigation, I understand you can't nav to a different collection, but can you nav to a collection browse page from with the same collection? It isn't essentially and article, and I would like to use the new DPS nav as much as I can, instead of creating my own.

Employee
July 24, 2015

It's documented here, but keep in mind that these help articles are still in a state of flux.

Hyperlinks in DPS 2015

July 24, 2015

Nathan,

Thanks for your help.  Is this documented anywhere yet?

chi_donAuthor
New Participant
July 24, 2015

Thanks for the explanation, Nathan, sounds fantastic. We are loving the new product, and are really eager to try out the collection navto when ready.

Employee
July 24, 2015

An article navTo will behave as follows:

  1. If the destination article is in the same collection as the article the user is viewing, the user will be navigated to that article in the context of the collection.
  2. If the destination article is not in the same collection it will be opened in a "collection-less" state, so there will be no articles to the left or right of it.

When collection navTo is implemented we would provide the ability to navigate an article in the context of a collection (e.g. if articleA is in collections X & Y, you could specify "Open articleA in CollectionX").

chi_donAuthor
New Participant
July 24, 2015

Thanks for the clarification Bob. I've tried this and it works great. One point to note, it's case-sensitive.

Since you can reference the same article in multiple places, like with a "Top 5" list and also a "feature" article, I wonder how the app would know which one to navigate to? (not particularly important, just speculating)

We definitely look forward to using navigation to collections. We also have some ideas for navigating out to the browser, please keep this under consideration.

New Participant
July 24, 2015

Good to know that navto://article works with articles in other collections within the same app!

bobbr3212Accepted solution
Employee
July 24, 2015

You can use navto://article_name to navigate to any article within the app, even if it's in a different collection.

Navigating to other collections is not yet supported, though it is planned.

Are you also asking about linking to content from outside the app?

New Participant
July 23, 2015

Currently you can only use navto://article_name to navigate to another article within the same collection.