Uiinfrastructure API Docs  
 

HTMLRadioButtonGroupPlus.Init Method (PageMgr, String, String[], String[], HTMLImg[], XPArrayList, String[])

Initializes a new ARadioButtonGroupPlus object. Assign values, labels, icons ASURLs and descriptions by passing in the appropriate arrays.

public virtual void Init(
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID,
   string[] _strValues,
   string[] _strLabels,
   HTMLImg[] _ptIcons,
   XPArrayList _ptURLs,
   string[] _sDescs
);

Parameters

_ptPageMgr
PageManager
_strUniqueInstanceID
Unique Instance ID
_strValues
values for the radio buttons
_strLabels
labels for the radio buttons
_ptIcons
icons for the radio buttons
_ptURLs
ASURLs for the radio buttons
_sDescs
text descriptions for the radio buttons

See Also

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