Plumtree Pluggable Navigation API  
 

NavigationCommSectionDropDownView.AddGroupsTab Method 

This function generates a clickable tab used to display a horizontal menu with links.

protected virtual void AddGroupsTab(
   HTMLTableRow tRow,
   string strName,
   string toolTip,
   string strDivID
);

Parameters

tRow
The HTMLTableRow where the generated Tab is added to
strName
Tab display name
toolTip
Tooltip for the tab
strDivID
HTML ID for the generated Div element with the html of the links to display when this tab is actived.

See Also

NavigationCommSectionDropDownView Class | com.plumtree.portalnavigation.views Namespace