A new navigation control (next & previous)
A new navigation control which allows the user to go to the next page (the document next below in the tree), the previous page (the document next up in the tree), and (as an option) go up (go to parent item).
2 comments
-
Jeroen
commented
PS I posted this in the wrong category.
-
Jeroen
commented
Imagine I have the following document structure
Features
|-- Feature A
|-- Feature B
|--SubPage A
|--SubPage B
|-- Feature C
|-- and more
|-- Feature XIt would be nice to allow the visitor (which is on page Feature B) , to go to the next feature page (Feature C), or go back to the previous page (Feature A). To be complete as an extra option you could allow the visitor to go a level higher (Features), or even a level lower (Subpage A)
At the bottom of the page I want to see something like:
<-- Previous (Feature A) | up (Features) | down (SubPage A)| Next (Feature C) -->