How to define a list in a webix form

Hi ,

I have a Webix form with some text, checkbox and template on it here Code Snippet

How can I now insert another list item inside the var ui which will hold a list of images (<ul></ul> or <li></li> in a div probably) so that later on I can populate or remove items from that list.

Please let me know how to define such a dynamic list inside the var ui.

Thanks.

I have updated it to have a < div>< list> inside the form here https://webix.com/snippet/292eaa5e , how can I make this list dynamic so that I can add/remove items to it later on.

Perhaps, a better option is using a stylized Webix ui.list, as it provides the necessary API: https://webix.com/snippet/27819b3f

Template can be fully redefined or handle a single data item. As far as I can see, it’s not enough for your use-case.