<tml:navigator>

Description:
Generating of a navigation element. When the tag has a content, the content documents are iterated. This functionality is equal to tml:foreach. Therefore the navigator tag can contain all attributes of this tag.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Valid abbreviations for this tag:

<tml:children ...> corresponds to <tml:navigator type="children" ...>
<tml:siblings ...> corresponds to <tml:navigator type="siblings" ...>
<tml:parents ...> corresponds to <tml:navigator type="parents" ...>
<tml:path ...> corresponds to <tml:navigator type="path" ...>
<tml:sitemap ...> corresponds to <tml:navigator type="sitemap" ...>
<tml:languages...> corresponds to <tml:navigator type="languages" ...>

Tag-Infos:
  • currentpage: the number of the page currently displayed
  • pages: total number of pages that can be displayed
  • currentvalue: current value of the iteration (i.e. the current item value/value in day result/number of levels)
  • haspreviouspage: boolean object that indicates if there exist a previous page (not ment for direct use - instead use: )
  • hasnextpage: boolean object that indicates if there exist a next page (not ment for direct use - instead use: )
  • startindex: index of the first value displayed on the current page
  • endindex: index of the last value displayed on the current page
  • count: total number of values to be displayed
Examples: