Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to export 2 values from every single item from the combo box field.

I have found two methods to insert items into a combo box:

1) insertItemAt

http://www.verypdf.com/document/acrobat-forms-javascript/pg_0048.htm

2) setItems

http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.748.html

but neither method allows two parameters (im always get "missing ) after argument list" error from the Acrobat JavaScript Debugger)

Does anyone know of a better solution for this problem? Thanks!

share|improve this question

1 Answer

try giving an array to setItems....

share|improve this answer
Could you bit a little ore elabroate? – Nile Dec 27 '12 at 3:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.