Skip to main content
emmanuelem85
Known Participant
February 5, 2016
Answered

Adding a voice to multiple dropdown menus with a checkbox.

  • February 5, 2016
  • 1 reply
  • 666 views

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!

This topic has been closed for replies.
Correct answer George_Johnson

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.

1 reply

George_JohnsonCorrect answer
Inspiring
February 5, 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.

emmanuelem85
Known Participant
February 6, 2016

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

Bernd Alheit
Community Expert
Community Expert
February 6, 2016

‌No.