Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Alessandro Pepi on Apr 07, 2008 23:40
open dhtmlx forum
dhtmlxcombo editable

In an editable combo box inside a form, how can I get the edited value even if it is not in the control options after submitting?
How can I set a value in the same control if it is not in the list?
Answer posted by Support on Apr 08, 2008 02:01
You can use  next commands to get|set visible text
    combo.getComboText();
    combo.setComboText();


to get|set current combo value
    combo.getActualValue();
    combo.setComboValue();