Description
Display barcode images with Barcode4j
Installation
The current version of griffon-barcode-plugin is 0.2
To install just issue the following command
Usage
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
barcode |
generator |
String |
'codebar' |
one of [codabar, code39, postnet, intl2of5, ean-128, royal-mail-cbc, ean-13, datamatrix, code128, ean128, pdf417, upc-a, upc-e, usps4cb, ean-8] |
||
|
barcodeGenerator |
BarcodeGenerator |
|
alternate way to register a generator |
||
|
message |
String |
|
the text to encode |
History
Version |
Date |
Notes |
|---|---|---|
0.2 |
02-21-11 |
Release sync with Griffon 0.9.2 |
0.1 |
07-28-10 |
First release |


