Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by vasu on Aug 12, 2009 19:03
open dhtmlx forum
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