Added upc-e samples

pull/29/head
Christoph Oberhofer 10 years ago
parent b5c230d1c6
commit e76b939885

@ -31,10 +31,12 @@
<div class="controls">
<button class="next">Next</button>
<fieldset class="reader-group">
<label>UPC-E</label>
<input type="radio" name="reader" checked="checked" value="upc_e" />
<label>EAN-8</label>
<input type="radio" name="reader" value="ean_8" />
<label>UPC</label>
<input type="radio" name="reader" value="upc" checked="checked" />
<input type="radio" name="reader" value="upc" />
<label>Codabar</label>
<input type="radio" name="reader" value="codabar" />
<label>Code39</label>

@ -16,7 +16,7 @@ $(function() {
});
},
config: {
reader: "upc",
reader: "upc_e",
length: 10
},
attachListeners: function() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Loading…
Cancel
Save