Plumtree Pluggable Navigation API  
 

NavigationJSPortalMenuHelpers.MakeDDMenu Method 

Helper function to populate and create a new JS Portal Menu ListViewer object used for the dropdown menu. Inserts javascript into the HTMLScriptCollection passed to the method.

public static void MakeDDMenu(
   HTMLScriptCollection col,
   AActivitySpace parent,
   ICPListEntryIterator cpList,
   string strMenuID
);

Parameters

col
HTMLScriptCollection
parent
Activityspace
cpList
List with links to populate the menu with
strMenuID
ID of the menu

See Also

NavigationJSPortalMenuHelpers Class | com.plumtree.portalpages.common.uiparts Namespace