Categories | Question details Back To List | ||
How to retrieve the value of dhtmlx combo box in a java script method?. Answer posted by Alex (support) on Aug 13, 2009 01:47 You can use getActualValue() method: value = combo.getActualValue(); You can find the full list of combo methods in the documentation: dhtmlCombo/doc/alpha.html |