Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

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
javascript
javascript

getObj("Combo1").comboBoxWidget.method()

...