Page 1 of 1

How do I create a clickable dynamic select component?

Posted: Mon Oct 06, 2014 2:34 pm
by Russ Biggers

I want to populate a select component from the database and then when an item in the select component is clicked I want it to open up a popup. The issue I am having is that the list in the select component will be changing due to user interaction and I can't create predetermined click events because I won't know the name of the items in the select component.


How do I create a clickable dynamic select component?

Posted: Mon Oct 06, 2014 5:39 pm
by Kateryna Grynko

Hi Russ,

Please check this tutorial: http://devcenter.appery.io/tutorials/...

You can also use Value change instead of Click event.