Added upc-e samples
@@ -31,10 +31,12 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<button class="next">Next</button>
|
<button class="next">Next</button>
|
||||||
<fieldset class="reader-group">
|
<fieldset class="reader-group">
|
||||||
|
<label>UPC-E</label>
|
||||||
|
<input type="radio" name="reader" checked="checked" value="upc_e" />
|
||||||
<label>EAN-8</label>
|
<label>EAN-8</label>
|
||||||
<input type="radio" name="reader" value="ean_8" />
|
<input type="radio" name="reader" value="ean_8" />
|
||||||
<label>UPC</label>
|
<label>UPC</label>
|
||||||
<input type="radio" name="reader" value="upc" checked="checked" />
|
<input type="radio" name="reader" value="upc" />
|
||||||
<label>Codabar</label>
|
<label>Codabar</label>
|
||||||
<input type="radio" name="reader" value="codabar" />
|
<input type="radio" name="reader" value="codabar" />
|
||||||
<label>Code39</label>
|
<label>Code39</label>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ $(function() {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
config: {
|
config: {
|
||||||
reader: "upc",
|
reader: "upc_e",
|
||||||
length: 10
|
length: 10
|
||||||
},
|
},
|
||||||
attachListeners: function() {
|
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 |