Page 1 of 1

Dynamic Lists (ES120913_dynamic_lists)

Posted: Fri Oct 11, 2013 1:50 pm
by andyhinds
The Dynamic Lists (ES120913_dynamic_lists) sample shows examples of dynamic lists. Dynamic lists fetch data from a database which can then be used for display in a field which has multiple values (i.e. a dropdown, radio button or checkbox field). There is an example of having two fields that display hierarchical data, i.e. selecting one field option changes the options in the "child" field.

There is also an example of building a custom list from within Javascript code.

You can download the Sample App from the website:

http://hub.verj.io/ebase/hub.eb?material_id=28

If you have any questions or suggestions about this particular sample then please raise them here.

Re: Dynamic Lists (ES120913_dynamic_lists)

Posted: Fri May 11, 2018 5:51 pm
by fronsky
This seems to link to a new example and not the mentioned downloadable example.

Kind rgds

Re: Dynamic Lists (ES120913_dynamic_lists)

Posted: Tue Jul 10, 2018 6:53 pm
by fronsky
I'm interested in the parent child dropdownlist example. Does somebody have an example?

Re: Dynamic Lists (ES120913_dynamic_lists)

Posted: Wed Jul 11, 2018 9:18 am
by Jon
Do you mean two interconnected lists like list of countries, list of cities within country etc? If yes, there's an example of doing this in the How To Use Dynamic Lists page in the online documentation.
Help > Working with Lists > How to use Dynamic Lists > Creating linked lists

Re: Dynamic Lists (ES120913_dynamic_lists)

Posted: Wed Jul 11, 2018 3:55 pm
by fronsky
Super. Tkx. It was the 'immediate validation' which did the trick.