Check documentation for the latest version of dhtmlxSuite getSelectedText DHTMLX Docs

getSelectedText

gets text of the selected option

string getSelectedText();
stringtext of the selected option

Example

myCombo.getSelectedText();

Back to top