Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adding a voice to multiple dropdown menus with a checkbox.

New Here ,
Feb 05, 2016 Feb 05, 2016

Hi!

Opening a new topic because it's a different question.

I want to do basically this:

I have three checkboxes, and various dropdown menus.

What i want to achieve is that when the user check a specific box, that specific item is added to all the dropdown menus, when the user uncheck it, that specific item is removed from all the dropdown menus.

Thank you for the answers!

TOPICS
Acrobat SDK and JavaScript
585
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 05, 2016 Feb 05, 2016

To add an item, you can either use the insertItemAt or setItems field method, and to remove an item you can use either the deleteItemAt or setItems method.

Translate
LEGEND ,
Feb 05, 2016 Feb 05, 2016

To add an item, you can either use the insertItemAt or setItems field method, and to remove an item you can use either the deleteItemAt or setItems method.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 05, 2016 Feb 05, 2016

‌THanks! Is there a command to add an item to multiple fields at once?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 05, 2016 Feb 05, 2016
LATEST

‌No.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines