Sightly equivalent code | Community
Skip to main content
New Participant
April 3, 2017
Solved

Sightly equivalent code

  • April 3, 2017
  • 2 replies
  • 856 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ratna_Kumar

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.

2 replies

Feike_Visser1
Employee
April 3, 2017

I would look at the sightly text component (/libs/wcm/foundation/components/text/text.html)

Ratna_Kumar
Ratna_KumarAccepted solution
New Participant
April 3, 2017

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.