Warning Older Docs! - You are viewing documentation for a previous released version of RhoMobile Suite.

Korean3of5maxLength Decoder Setting

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;
Korean3of5maxLength Ruby Object Syntax:
By default the Ruby Object 'Scanner' will exist on the current page and can be used to interact directly with the Korean3of5maxLength.
To Set Korean3of5maxLength parameters via Ruby 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.

Name Possible Values Description Default Value
korean3of5maxLength:[Value] Number (1 - 55) Numeric value setting the maximum number of characters in the barcode. Device specific

Requirements

RhoElements Version 1.0.0 or above
Supported Devices All supported devices except: Enterprise Tablet.
Minimum Requirements Scanner or Imager module and device that supports korean_3of5.
Persistence Transient - 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">
Back to Top