Copy link to clipboard
Copied
I just started with Acrobat DC. All is simple, till it is not. I am attempting to add items to my drop down box. That is easy. I am trying to make them multi line choices. This is for an inspection report and the choice(s) will not fit on one line. So after making the choice, one is unable to read the answer. Thank you- Tim
It's possible to do it, but only with a script and it's kind of buggy. In other words, not really a good idea.
Copy link to clipboard
Copied
It's possible to do it, but only with a script and it's kind of buggy. In other words, not really a good idea.
Copy link to clipboard
Copied
Thank you, any chance that a list box is any different? Just trying to figure out multiple choice answers that inspector can choose from w/o all the typing. Not our strong suit
Copy link to clipboard
Copied
It's pretty much the same.
If you want to try it for yourself this is the basic code you can use for that:
this.getField("List Box1").setItems(["Line1\rLine2", "Line3", "Line4\rLine5"]);
Copy link to clipboard
Copied
I am not afraid to try it. I just do not know where to put it? If you can point me in the direction, I believe I can follow them.? Not a Geek but learning!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now