Uiinfrastructure API Docs  
 

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

Initializes a new HTMLTextAndDropDown object. Creates and initializes the HTMLTextBox and HTMLSelectDropdown objects contained by this object.

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

Parameters

_ptPageMgr
The component manager for this component
_strUniqueInstanceID
The unique ID for this component.
_arrDropDownValueText
The dropdown values

See Also

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