Uiinfrastructure API Docs  
 

HTMLSelectDropDown.Init Method (PageMgr, String, XPArrayList, String)

Creates a new HTMLSelectDropDown object.

public virtual void Init(
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID,
   XPArrayList _alOptions,
   string _strTitle
);

Parameters

_ptPageMgr
PageManager
_strUniqueInstanceID
Unique Instance ID
_alOptions
XPArrayList of options for the select to use
_strTitle
title of dropdown

See Also

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