Transfer list value to other list

How can I transfer list value to other list like this
http://webix.com/snippet/7e88a33a

Thanks in advance.

We’ve just added a new DoubleList component, which was designed exactly for such task.

However, you can get the selected items, add them to the second list and then remove from the first. Also, it’s possible to enable DnD mode to both lists:

http://webix.com/snippet/fb7b2a2f

Perfect! thanks