Categories | Question details Back To List | ||
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(); |