Plumtree Pluggable Navigation API  
 

NavigationHorizontalComboBoxView.CreateSelectEleNavMenu Method 

Helper function that creates an HTML Select and adds it to the provided HTMLTableCell

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

Parameters

tCell
The HTMLTable cell to add the HTML Select too
strSelectName
The HTML ID of the select

Return Value

The created HTML Select element

See Also

NavigationHorizontalComboBoxView Class | com.plumtree.portalnavigation.views Namespace