Korean3of5maxLength

RhoElements 2.x API

Overview

The Korean3of5maxLength Decoder Setting is used to set the korean3of5 maxLength property.

Syntax

korean3of5maxLength (Decoder Setting) <META> Syntax

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

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

e.g. scanner.korean3of5maxLength = Value;

Parameters

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

NamePossible ValuesDescriptionDefault Value
korean3of5maxLength:[Value] Number (1 - 55)Numeric value setting the maximum number of characters in the barcode.Device specific

Requirements

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

HTML/JavaScript Examples

The following example enables the scanner and sets the maximum length of korean3of5 barcodes to read to 30

<META HTTP-Equiv="scanner" Content="korean3of5:enabled">
<META HTTP-Equiv="scanner" Content="korean3of5maxLength:30">
<META HTTP-Equiv="scanner" Content="enabled">