Categories | Question details Back To List | ||
Combo How to add event DblClick to the Input Text from DHTMLXCombo ? Answer posted by Alex (support) on Mar 19, 2009 08:56 Try to use something as follows: combo.DOMelem_input.ondblclick=function(){ } Answer posted by Cleverson on Mar 19, 2009 09:44 Works perfectly.
Thanks |