Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
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.
...
Code Block | ||||
---|---|---|---|---|
| ||||
getObj("Combo1").comboBoxWidget.method()
|
...