0
drop down menu with java script
Community Beginner
,
/t5/acrobat-discussions/drop-down-menu-with-java-script/td-p/9473470
Oct 07, 2017
Oct 07, 2017
Copy link to clipboard
Copied
how to create a dropdown menu only with java script and not with adobe dc forms?
TOPICS
PDF forms
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-discussions/drop-down-menu-with-java-script/m-p/9473471#M76758
Oct 07, 2017
Oct 07, 2017
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
hackert25684722
AUTHOR
Community Beginner
,
/t5/acrobat-discussions/drop-down-menu-with-java-script/m-p/9473472#M76759
Oct 07, 2017
Oct 07, 2017
Copy link to clipboard
Copied
any tutorial please?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/drop-down-menu-with-java-script/m-p/9473473#M76760
Oct 07, 2017
Oct 07, 2017
Copy link to clipboard
Copied
The Acrobat JavaScript Reference contains examples of both things. The first is done using the addField method of the Document object.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

