OverviewSince 4.0 The ace:qrcode component is used to generate and display a QR code graphic from a given message string.
Getting StartedTo use the QRCode component simply specify a string message as the value of the component.
<ace:qrcode value="#{bean.message}"/>
Attributes
The style and styleClass attributes work just as in other components, and they are applied to the <img> element. Event ListenersNone. Client Behavior EventsNone. JavaScript APINot applicable. Keyboard SupportNone. CSS ClassesThe 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 IssuesNone. Additional ResourcesSample ApplicationsThis component appears in the following ICEfaces sample applications: ICEfaces Showcase TutorialsThis component appears in the following ICEfaces tutorials: None |
QRCode
© Copyright 2021 ICEsoft Technologies Canada Corp.