Uiinfrastructure API Docs  
 

HTMLRadioButtonGroup.Init Method (PageMgr, String, String[])

Initializes a new HTMLRadioButtonGroup object made up of radio buttons with values passed in as the _arrValues argument.

public virtual void Init(
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID,
   string[] _arrValues
);

Parameters

_ptPageMgr
PageManager
_strUniqueInstanceID
Unique Instance ID
_arrValues
values for radio buttons

See Also

HTMLRadioButtonGroup Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace | HTMLRadioButtonGroup.Init Overload List