eo_SetComboBoxValue Function

Set the ComboBox value.

Syntax
JavaScript
 function eo_SetComboBoxValue(refObj, text, closePopup)

Parameters

refObj
The reference object. This object is used to locate the ComboBox object. It can be:
  • DOM event object;
  • A client side Control object inside the ComboBox's DropDownTemplate. For example, the client side ListBox inside the ComboBox's DropDownTemplate;
  • A DHTML element inside the ComboBox's DropDownTemplate;
text
The item text.
closePopup
Whether to close the popup. The default value is true.
See Also