Plumtree Pluggable Navigation API  
 

NavigationTabGroupsTabsView.CreateTab Method 

Helper function that returns an HTMLTableCell with a clickable navigation tab

public virtual HTMLTableCell CreateTab(
   HTMLElement element,
   bool bOn
);

Parameters

element
Either a link from an ASURL or just an image with label
bOn
True if the current tab is the selected one

Return Value

HTMLTableCell HTMLTableCell with

See Also

NavigationTabGroupsTabsView Class | com.plumtree.portalnavigation.views Namespace