Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView.WriteTextRow Method 

Adds an HTMLTableCell inside an HTMLTableRow with just a string and no anchor to the specified HTMLTable.

public static void WriteTextRow(
   HTMLTable table,
   string text
);

Parameters

table
The table to add the generated HTMLTableRow to
text
Label to add

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace