ZBarcode

From HTML5 Builder
Jump to: navigation, search

The ZBarcode component generates a barcode. It supports different barcode formats and rendering methods.

Client-side Features

DOM Elements

The component generates the following client-side DOM elements:

  • Wrapper (HTMLDivElement). Full web browser support. Access it with $("#ComponentName_outer").get()[0].
    • Main element (HTMLImageElement). Full web browser support. Access it with: $("#ComponentName").get()[0].

Client-side Events

Documented in the RPCL Reference.

Server-side Features

Properties, Methods and Events

Documented in the RPCL Reference.

Help Resources

Documentation

Sample Applications

On the ZendFramework\ZBarcode folder inside the sample applications directory you will find a project showcasing the ZBarcode component.

See Also