Uiinfrastructure API Docs  
 

PTListItem.SetItemEditButton Method 

Call this method to set the image/href that allows users to edit this item.

Calling this method will cause the generated table to contain one additional column.

public virtual void SetItemEditButton(
   PTImageType image,
   string imgAlt,
   string editHRef
);

Parameters

image
Pass a PTImageType that contains the edit button image.
imgAlt
Pass a String that is the alt attribute of this image.
editHRef
Pass the HRef that redirect the user to a page allowing this item to be edited. Pass null, and the edit button will be merely and edit image.

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace