
<< View previous version | view page history | view next version >>
Overview
The ace:qrcode component is used to generate and display a QR code graphic from a given message string.
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
None.
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