Uiinfrastructure API Docs  
 

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

JF- Creates a new HTMLSelectDropDown object.

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

Parameters

_ptPageMgr
PageManager
_strUniqueInstanceID
Unique Instance ID
_arrDropDownValueText
array of names and values for select dropdown
_strTitle
title of dropdown

See Also

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