Show TOC

Background documentationifNavNodeIsPage Locate this document in the navigation structure

 

Includes its body if the current node's visualization type is page.

Cooperating Tags

The tag must be nested in one of the following tags:

  • contextNavNode

  • iterateInitialNavNodes

  • iterateNavNodeChildren

  • iterateNavNodesInSelectedPath

  • iterateRelatedNavNodes

  • iterateSelectedNavNodesLevel

  • launchedNavNode

  • navNode

  • navNodeParent

  • recallNavNode

  • recurseNavNodeChildren

  • selectedNavNode

Example

The following displays a page icon if the current node is a page.

Syntax Syntax

  1. <nav:ifNavNodeIsPage>
    
    ... Display page icon 
    
    </nav:ifNavNodeIsPage>
    
End of the code.

More Information