Skip to main content
Known Participant
October 7, 2017
Question

drop down menu with java script

  • October 7, 2017
  • 2 replies
  • 892 views

how to create a dropdown menu only with java script and not with adobe dc forms?

This topic has been closed for replies.

2 replies

Known Participant
October 7, 2017

any tutorial please?

try67
Community Expert
Community Expert
October 7, 2017

The Acrobat JavaScript Reference contains examples of both things. The first is done using the addField method of the Document object.

try67
Community Expert
Community Expert
October 7, 2017

You can add a drop-down field using a script, if that's what you mean.

Alternatively, you can display a popup-menu using the popUpMenu and popUpMenuEx methods of the app object.