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.
To use the QRCode component simply specify a string message as the value of the component.
<ace:qrcode value="#{bean.message}"/>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
The style and styleClass attributes work just as in other components, and they are applied to the <img> element.
None.
None.
Not applicable.
None.
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]" />
None.
This component appears in the following ICEfaces sample applications:
ICEfaces Showcase