Plumtree Portal UI  
 

TagLibListView.GetHTMLForRow Method 

Returns the HTML for the row _nRowIndex. Each row contains just an icon and input text for each column.

public override HTMLElement GetHTMLForRow(
   IPTGrowableSortedArrayWrapperRO _saData,
   int _nRowIndex
);

Parameters

_saData
_nRowIndex

Return Value

HTMLElement

See Also

TagLibListView Class | com.plumtree.portaluiinfrastructure.tags.manager.taglibmanager Namespace