Plumtree Pluggable Navigation API  
 

NavigationCommonHelpers.CreateMandatoryTabsArray Method 

Creates a HTMLScript block with an array of the mandatory tabs to display The javascript array is a two dimensional array - element[i][0]: Name of the mandatory community element[i][1]: Original name of the mandatory community (before truncation), use for tooltip element[i][2]: URL to the mandatory community

public static HTMLScript CreateMandatoryTabsArray(
   ICPListEntryIterator cpList,
   AActivitySpace parent
);

Parameters

cpList
List of mandatory tabs
parent
Current activityspace

Return Value

HTMLScript The HTMLScript with the javascript variable

See Also

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