Skip to main content
emmamurdock
Participant
July 28, 2023
Answered

What do the true and false booleans means in .spawn

  • July 28, 2023
  • 1 reply
  • 367 views

Hi, i'm trying to do some JS validation to make certain page templates hidden and visible based on dropdown menu options, and in all the threads and forums I see people using .spawn but with variations on the true and false booleans that come after it. What do the true and false mean/do/signify?

 

For example: in this statement what would the true and false be doing?

else if (event.value=="2") t3.spawn(false, false);

This topic has been closed for replies.
Correct answer Bernd Alheit

Look at the documentation in the Acrobat JavaScript Reference.

1 reply

Bernd Alheit
Community Expert
Bernd AlheitCommunity ExpertCorrect answer
Community Expert
July 28, 2023

Look at the documentation in the Acrobat JavaScript Reference.