Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by D on Mar 25, 2008 09:04
open dhtmlx forum
set focus in a popup window

I am trying to set the focus on the first xcombobox in a form using the code example given within a popup window, but it is not changing the focus.  Any ideas?

For example,
    combo.DOMElement.focus()

Answer posted by Support on Mar 25, 2008 09:21
If you want to access visible input , it will be
    combo.DOMelem_input.focus()