Check documentation for the latest version of dhtmlxSuite setComboText DHTMLX Docs

setComboText

sets some text in a combobox

void setComboText(string text);
textstringa new text label

Example

myCombo.setComboText(text);

Back to top