Saturday 9 April 2016

QR Code Generator component


Goal:

To Develop a component for generating QR code in AEM.

How To ??

Create a AEM component with the below structure.


Jsp:

<img width="<%=properties.get(WIDTH,"")%>" src="<%= request.getContextPath() %>/libs/wcm/mobile/qrcode.png?url=<%=properties.get(CODE,"")%>"/>

Mobile QR Code Generatorcom.day.cq.wcm.cq-wcm-mobile-qrcode will be used to generate the QR code.
/libs/wcm/mobile/qrcode.png


No comments:

Post a Comment