The UpcEanSupplementalMode Decoder Setting is used to set the upcEanSupplementalMode.
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; |
UpcEanSupplementalMode Ruby Object Syntax: |
---|
By default the Ruby Object 'Scanner' will exist on the current page and can be used to interact directly with the UpcEanSupplementalMode. |
To Set UpcEanSupplementalMode parameters via Ruby use the following syntax: Scanner.Parameter = Value e.g. Scanner.upcEanSupplementalMode = Value |
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 |
UPC EAN Supplemental mode is not compatible with picklist mode.
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 |
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">