Plumtree UI Infrastructure API  
 

HTMLSelectDropDown.GetComponentHTML Method 

JF- Returns the HTML for this component. The names and values of the options in the select dropdown are either specified by the array argument in the constructor or by the member variable m_alOptions which may be set with the SetOptions method, or initailized in the alternate constructor.

public override HTMLElementCollection GetComponentHTML();

Return Value

HTMLElementCollection

Implements

IPageControl.GetComponentHTML

See Also

HTMLSelectDropDown Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace