Uiinfrastructure API Docs  
 

PTListItem.EnableSelectionInput Method 

Call this method to cause this item to display a selection input allowing the user to select this item among the list of items.

public virtual void EnableSelectionInput(
   HTMLInputTypes type,
   string inputName,
   string inputValue,
   string inputAlt,
   bool bSelected
);

Parameters

type
HTMLInputType should be either radio or checkbox.
inputName
String input name
inputValue
String input value
inputAlt
String input alt
bSelected
whether on not this input is checked

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace