Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView.AddStandardListBoldRow Method 

Adds an HTMLTableCell inside an HTMLTableRow with a bolded string

protected static void AddStandardListBoldRow(
   HTMLTable table,
   string strLabel
);

Parameters

table
The table to add the generated HTMLTableRow to
strLabel
The string to display

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace