Navigation Tags
Tag ddmenurowcontainer


This tag displays rows of menu tabs. Menu tabs have fixed size and are wrapped to additional rows if there are too many tabs to fit in the browser window.

This tag generates HTML and sets up the necessary javascript for the JSPortal DHTML dropdown menu framework.

It manages the display and positioning of menu tabs, which activate dropdown menus, within the HTML it is located in. To add menu tabs, define ddmenutabs (dropdown menus) or ddmenusimpletabs (just a menu button) with an ID and use that ID in the menuvar attribute.

This tag is a display tag which only accepts ddmenutab, ddmenusimpletabs (both are available in this library) or equivalent data tags as data.

Example:
<pt:plugnav.ddmenurowcontainer pt:menuvar="menu1" >
<pt:plugnav.ddmenutab pt:containervar="menu1" pt:datavar="menudata1"/>
<pt:plugnav.ddmenusimpletabs pt:containervar="menu1" pt:datavar="menudata2" />
</pt:plugnav.ddmenurowcontainer>


Tag Information
Tag Nameddmenurowcontainer
Related Child Tag(s)ddmenutab ddmenusimpletabs

Attributes
NameTypeRequiredDefault ValueDescription
menuvarstringtruenullID for this set of ddmenutabs or ddmenusimpletabs to display.
hideemptymenusbooleanfalsefalseDetermines if tabs with no menu entries should be displayed. For example, in a menu that list only communities or when a user does not have access to any communities, do not display the tab at all. Pass in false to disable, everything else to enable.
titlewidthintfalse18The maximum number of characters in the title to display before it is truncated.


Copyright 2005 Plumtree Software, Inc.