EAN-8 examples

This commit is contained in:
Christoph Oberhofer
2015-04-30 13:11:47 +02:00
parent badf9d0163
commit a1e7c57692
12 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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>
+1 -1
View File
@@ -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