Uiinfrastructure API Docs  
 

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

Initializes a new ACheckBoxGroup object.

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

Parameters

_ptPageMgr
the PageMgr where this object belongs
_strUniqueInstanceID
id for this obejct
_strValues
array of values for checkboxes
_strLabels

See Also

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