AquaLogic User Interaction Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Navigation Adaptive Tag Library (pt:plugnav)

In AquaLogic Interaction 6.0 and above, customizing navigation can be implemented without coding against the portal UI. The Navigation tag library (pt:plugnav) is used to manage display of navigation elements.

The tags in the pt:plugnav tag library must be used with tags from the pt:ptata tag library. For details on implementing custom navigation using tags, see Implementing Custom Navigation Using Adaptive Tags. These tags are available for use only in ALI.

For a full list of tags and attributes, see the tagdocs. Tagdocs for all platforms are available on the API Libraries page.

Tag Function
pt:plugnav.ddmenurowcontainer Manages the display and positioning of navigation tabs that activate dropdown menus. (Only accepts ddmenutab or ddmenusimpletabs or equivalent as data.)
pt:plugnav.ddmenusimpletabs Defines a list of simple tabs using the data provided. (Must be used with ddmenurowcontainer or equivalent.)
pt:plugnav.ddmenutab Defines a tab that activates a dropdown menu with the data provided. (Must be used with ddmenurowcontainer or equivalent.)
pt:plugnav.horizontalrowcontainermenu Generates and displays HTML for dynamic horizontal menus. (Only accepts horizontalrowtab or equivalent as data.)
pt:plugnav.horizontalrowtab Defines a horizontal menu tab that displays a row of links using the data provided. (Must be used with horizontalrowcontainermenu or equivalent.)

  Back to Top      Previous Next