Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Cleverson Viana on Mar 19, 2009 08:29
open dhtmlx forum
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