OpenWGA 7.4 - WebTML reference
WebTML tags » navigator<tml:navigator exclude ="context-expression">
Purpose:
Defines a document which should be excluded from the navigator.
Description:
In some cases it is useful to exclude a certain document from the navigator iteration. This might be for e.g. the root document of the current request or the current document.
The document to exclude is specified as context expression within the attribute "exclude".
The document to exclude is specified as context expression within the attribute "exclude".
Value(s):
Ein beliebiger Kontextausdruck
Examples:
Excludes the root document of the current request:
Excludes the current document from the siblings navigator:
<tml:navigator type="path" exclude="main"/>
Excludes the current document from the siblings navigator:
<tml:navigator type="siblings" exclude="this"/>