Uiinfrastructure API Docs  
 

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

Initializes a new ACheckBoxGroupPlus object.

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

Parameters

_ptPageMgr
the PageMgr responsible for this control
_strUniqueInstanceID
unique id
_strValues
the values for the checkboxes
_strLabels
the labels for the checkboxes
_ptIcons
icons for the checkboxes
_ptURLs
ASURLs for the checkboxes
_sDescs
Descriptions for the checkboxes

See Also

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