Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rene Christensen on Nov 18, 2007 16:19
open dhtmlx forum
How to open the dhtmlXCombo drop-down list by script?

Hi, I'm trying to open the drop-down list by script, instead of clicking on the pull-down arrow.
Is there a way to do this in the API?

What I am trying to accomplish is when the page is loaded, the drop down is automatically open without people having to click on the pull-down arrow.
Answer posted on Nov 19, 2007 01:57
Can be done by next command

    combo.openSelect();