Hi Team
Need to know the sightly equivalent syntax for the below the snippet.
Please help.
<cq:text property="text" escapeXml="true"
placeholder="<%= Placeholder.getDefaultPlaceholder(slingRequest, component, null)%>"/>
Regards
Bishnu
Solved! Go to Solution.
Hi Bishnu,
You can find sightly equivalent code in this location: libs/wcm/foundation/components
I think you need this equivalent code for text component. For text component see here libs/wcm/foundation/components/text.
~Ratna.
Hi Bishnu,
You can find sightly equivalent code in this location: libs/wcm/foundation/components
I think you need this equivalent code for text component. For text component see here libs/wcm/foundation/components/text.
~Ratna.
I would look at the sightly text component (/libs/wcm/foundation/components/text/text.html)
Views
Likes
Replies