Expand my Community achievements bar.

Need help with drop down lists???

Avatar

Level 1

How do I import a long list into a drop down list box? I can't figure out how to do more than one entry at a time.

1 Reply

Avatar

Level 6

Hi,

You ca use function dropdownName.addItem( , );  To add some item to drop down list.

I've attached some example. Just rename files properly.

BR,

Paul Butenko