Plumtree Pluggable Navigation API  
 

NavigationCommSectionComboBoxView.CreateSelectEleNavMenu Method 

Helper method that adds an HTML select to the provided HTMLTableCell, also returns the HTML Select element.

protected virtual HTMLSelect CreateSelectEleNavMenu(
   HTMLTableCell tCell,
   string strSelectName
);

Parameters

tCell
The HTMLTableCell to add the generated select too
strSelectName
HTML ID of the select

Return Value

The generated HTML select

See Also

NavigationCommSectionComboBoxView Class | com.plumtree.portalnavigation.views Namespace