Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- Global Functions
- Global Functions
- eo_Callback
- eo_CancelBubble
- eo_CancelEvent
- eo_DateToString
- eo_FormatString
- eo_GetContainer
- eo_GetEventPos
- eo_GetNavigatorEventInfo
- eo_GetObject
- eo_HideAllPopups
- eo_MsgBox
- eo_RegisterDragTarget
- eo_SetComboBoxValue
- eo_ShowContextMenu
- eo_ShowPopup
- eo_ShowPopupCalendar
- eo_StringToDate
- eo_TriggerServerEvent
- eo_UnregisterDragTarget
- Event Handlers
- EO.WebEngine
- EO.Web
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