Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 28, 2009 17:40
open dhtmlx forum
Do have a method as example? combo.addXXXX(arrayKey, arrayText);

Answer posted by Alex (support) on Apr 29, 2009 07:30

Unfortunately, we don't.

The addOption gets the array of pairs [key,text]:

combo.addOption([[key1,text1],[key2,text2],...,[keyN,textN]]);