sets the barcode type
webix.ui({ view:"barcode", type: "upcA" }); //or var barcode = webix.ui({ view:"barcode" }); barcode.define("type", "upcA");