type

задает тип штрих-кода

string type;

Values

  • "ean8"
    зашифровывает восемь цифр
  • "ean13"
    зашифровывает тринадцать цифр
  • "upcA"
    зашифровывает двенадцать цифр
  • Example

    webix.ui({
        view:"barcode",
        type: "upcA"
    });
     
    //или
    var barcode = webix.ui({
        view:"barcode"
    });
    barcode.define("type", "upcA");


    Default value:

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