value

sets the ids of items that should be initially selected (moved to the right list)

string|array value;

Example

webix.ui({
    view:"dbllist", 
    value:"1,2",
    data:[
        {id:"1", value:"Guest"},
        {id:"2", value:"Member"},
        {id:"3", value:"Moderator"}
    ]
});

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui components library and page of javascript list product.