Documentation

value

sets barcode value (text)

string value;

Example

webix.ui({
    view:"barcode",
    value: "123456789012"
});

Back to top