KoolUIControl - Excellent PHP, HTML5 and Javascript ControlsKoolUIControl - Excellent PHP, HTML5 and Javascript ControlsFullVersion 1.0.0.0 released on 07/30/2014

Barcode - KoolUI Barcode Types

Value:
Width:
Height:
Show checksum:

Description & Sample code

There are 8 types of barcode you could render with KoolUI Barcode: EAN13, EAN8, UPC, Code39, Code128, GS1 128, MSI, QRCode. To set a type or subtype please use the following command:
    $ui = KoolUI->newUI(
        array(
            'id' => 'KBarcode1',
            'type' => 'UPC',
            'subtype' => 'A',
            'value' => '1 23456 78999'
        )
    );