How to retrieve the value of dhtmlx combo box in a java scri



You can use getActualValue() method:


value = combo.getActualValue();


You can find the full list of combo methods in the documentation: dhtmlCombo/doc/alpha.html