Expand my Community achievements bar.

SOLVED

Sightly equivalent code

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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.

Avatar

Employee

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