Do have a method as example? combo.addXXXX(arrayKey, arrayT


Unfortunately, we don’t.


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


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