EAN-8 examples

pull/29/head
Christoph Oberhofer 10 years ago
parent badf9d0163
commit a1e7c57692

@ -31,8 +31,10 @@
<div class="controls">
<button class="next">Next</button>
<fieldset class="reader-group">
<label>EAN-8</label>
<input type="radio" name="reader" value="ean_8" checked="checked" />
<label>UPC</label>
<input type="radio" name="reader" value="upc" 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: "ean_8",
length: 10
},
attachListeners: function() {

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Loading…
Cancel
Save