Add export values to each item provided in an item list serving a drop down using javascript
While I can easily enough populate a drop down list by creating a script using the setItems method to assign the values of an array to populate the items in a drop down list, is there a also property or method I can use to add/populate the export values for each and every item as well from inside my script?
