Added upc-e samples
@@ -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() {
|
||||
|
||||
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 78 KiB |