sets a new value for the component
value | string | a new value for the button |
webix.ui({
view:"form",
elements:[
{ view:"button", id:"b1", value:"Edit" },
{ view:"button", id:"b2", value:"Back" }
]
});
$$('b1').setValue("Save");
$$('b2').setValue("Cancel");
The value of the control may be: