value

sets the ID of the necessary option from the options collection

id value;

Example

webix.ui({
    view:"segmented",
    options:[
        { id:"1", value:"Tablets" },
        { id:"2", value:"Injections" },
        { id:"3", value:"Liniments" }
    ]
});

See also
Back to top