setValue

задает значение для Barcode

void setValue(string value);
valuestringновое значение для Barcode

Example

var barcode = webix.ui({
   view:"barcode",
   value: "123456789012"
});
// задает новое значение
barcode.setValue("453456789015");

Наверх
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of javascript barcode generator product.