List view as multiselect

Can anyone tell how to set pre selected items in the list and multiple items are allowed to be selected. I don’t see any property to set default values for the list in the documentation.
http://docs.webix.com/api__refs__ui.list.html
http://docs.webix.com/samples/05_list/01_list.html

Please check the related article, select API and the snippet:

http://webix.com/snippet/f77622f2

Thanks Listopad!
It helped a lot.

One more thing, I would like to know about list multi select feature. By default, we use multi select by ctrl + click the items in list. Can we do it by a single click?

You can set multiselect:"touch", as mentioned in the above article:

http://webix.com/snippet/fd3556a5

Great! It worked.