OpenWGA 7.9 - WebTML reference

WebTML tags » navigator

<tml:navigator role ="none | nav | search | sitemap">

Purpose:

Allows to switch the role of the navigator.

Description:

The role of a navigator defines which elements are visible to this navigator.

Content documents contain "hide when" flags for the roles "nav", "search" and "sitemap". These flags are checked against the role of the navigator and define if the document should be displayed or not. For e.g. if the navigator has the default role "nav" all content documents which contains the value "nav" in their "hide when" flags will not be displayed.

The role "none" can be used to let the navigator ignore all "hide when" flags.

Value(s):

nav
search
sitemap
none: "hide when" flags are ignored

Default value:

nav