Combo Box Methods
APIs for the Combo Box widget are attached to a property of the main widget DOM element that is named 'comboBoxWidget'. The getObj() function can be used to get a reference to the main DOM element for the Combo Box widget.
The typical way to access these methods is to use the following syntax:
getObj("Combo1").comboBoxWidget.method()
Where Combo1 is the id of the Combo Box widget and method is the name of one of the methods listed below.