Check documentation for the latest version of dhtmlxSuite selectOption DHTMLX Docs

selectOption

selects an option

void selectOption(number ind);
indnumberindex of the option in question

Example

myCombo.selectOption(ind);

Back to top