WebcodeDecodeGtSubtype Decoder Setting

RhoElements 2.x API

Overview

The WebcodeDecodeGtSubtype Decoder Setting is used to set the webcodeDecodeGtSubtype property.

Syntax

webcodeDecodeGtSubtype (Decoder Setting) <META> Syntax

<META HTTP-Equiv="scanner" content="webcodeDecodeGtSubtype:[parameter]">

webcodeDecodeGtSubtype JavaScript Object Syntax:
By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the webcodeDecodeGtSubtype.
To Set webcodeDecodeGtSubtype parameters via JavaScript use the following syntax: scanner.Parameter = Value;

e.g. scanner.webcodeDecodeGtSubtype = Value;

Parameters

Items listed in this section indicate parameters, or attributes which can be set.

NamePossible ValuesDescriptionDefault Value
webcodeDecodeGtSubtype:[Value] true / falseIf true, GT Webcode subtype will be decoded.Device specific

Requirements

RhoElements Version1.0.0 or above
Supported DevicesAll supported devices.
Minimum RequirementsScanner or Imager module and device that supports Webcode.
PersistenceTransient - Decoder settings are only guaranteed to persist until the Scanner is disabled

HTML/JavaScript Examples

The following example enables the scanner and sets webcodeDecodeGtSubtype property

<META HTTP-Equiv="scanner" Content="webcode:enabled">
<META HTTP-Equiv="scanner" Content="webcodeDecodeGtSubtype:true">
<META HTTP-Equiv="scanner" Content="enabled">