Categories | Question details Back To List | ||
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]]); |