从单个组合框中导出多个值? (Adobe Acrobat)
我正在尝试从组合框字段中的每个项目导出 2 个值。
我找到了两种将项目插入组合框的方法:
1) insertItemAt
http://www.verypdf.com/document/acrobat-forms-javascript/pg_0048.htm
2) setItems
但这两种方法都不允许使用两个参数(我总是从 Acrobat JavaScript 调试器中得到“参数列表后丢失”错误)
有谁知道对于这个问题有更好的解决方案吗? 谢谢!
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
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试给 setItems 一个数组......
try giving an array to setItems....