QRCode

Table of Contents

Overview

Since 4.0

The ace:qrcode component is used to generate and display a QR code graphic from a given message string.

See the ICEfaces Showcase Live Demo of this component, complete with source code.

Getting Started

To use the QRCode component simply specify a string message as the value of the component.

<ace:qrcode value="#{bean.message}"/>

Attributes

TagLib Documentation
This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this component is available here.

The style and styleClass attributes work just as in other components, and they are applied to the <img> element.

Event Listeners

None.

Client Behavior Events

None.

JavaScript API

Not applicable.

Keyboard Support

None.

CSS Classes

The following markup represents the basic HTML structure of the component and the CSS classes it uses.

<img class="[user defined classes]" style="[user defined styles]" />

Known Issues

None.

Additional Resources

Sample Applications

This component appears in the following ICEfaces sample applications:

ICEfaces Showcase

Tutorials

This component appears in the following ICEfaces tutorials:

None

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.