Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ni on Jan 21, 2009 04:12
open dhtmlx forum
Combobox How to remain input

Hello.

I am making a form using Combobox.

I would like to know how to remain the user input after refreshing the page?

Thanks in advance.
Answer posted by Support on Jan 21, 2009 06:41
You can set any combo value by using 
      combo.setComboText(some)
or 
     combo.setComboValue(some)

There is no any special solution built in to save data between page reloading.