Check documentation for the latest version of dhtmlxSuite getComboText DHTMLX Docs

getComboText

gets the current text of combobox

string getComboText();
stringthe current text of combobox

Example

myCombo.getComboText();

Back to top