Overview
The UpcEanSupplementalMode Decoder Setting is used to set the upcEanSupplementalMode.
Syntax
| upcEanSupplementalMode (Decoder Setting) <META> Syntax | 
|---|
<META HTTP-Equiv="scanner" content="upcEanSupplementalMode:[parameter]">  | 
| upcEanSupplementalMode JavaScript Object Syntax: | 
|---|
| By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the upcEanSupplementalMode. | 
| 
To Set upcEanSupplementalMode parameters via JavaScript use the following syntax: scanner.Parameter = Value;
 e.g. scanner.upcEanSupplementalMode = Value;  | 
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
| Name | Possible Values | Description | Default Value | 
|---|---|---|---|
| upcEanSupplementalMode:[Value] | See Description | Describes the supplemental mode enabled.  Possible values:
 | Device specific | 
Remarks
Picklist mode
UPC EAN Supplemental mode is not compatible with picklist mode.
Requirements
| RhoElements Version | 1.0.0 or above | 
|---|---|
| Supported Devices | All supported devices. | 
| Minimum Requirements | Scanner or Imager module and device that supports decoding upcEanSupplemental barcodes. | 
| Persistence | Transient - Decoder settings are only guaranteed to persist until the Scanner is disabled | 
HTML/JavaScript Examples
The following will only read upc/ean codes with supplementals:
<META HTTP-Equiv="scanner" Content="allDecoders:enabled">
<META HTTP-Equiv="scanner" Content="upcEanSupplementalMode:always">
<META HTTP-Equiv="scanner" Content="enabled">
Above example can also be written as shown below:
<META HTTP-Equiv="scanner" Content="allDecoders:enabled;upcEanSupplementalMode:always;enabled">
or
<META HTTP-Equiv="scanner-allDecoders" Content="enabled">
<META HTTP-Equiv="scanner-upcEanSupplementalMode" Content="always">
<META HTTP-Equiv="scanner-enabled" Content="SCN1">