Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by bk on Mar 12, 2008 11:10
open dhtmlx forum
dhtmlxcombo javascript

How can I send the value of an item selected to a javascript function?
Answer posted by Support on Mar 13, 2008 02:11
There is getActualValue() method you can use to get the value of the selected item:

var value = combo.getActualValue();