Solved
RTE in AEM 6.0
Hi,
I am using RTE component in AEM 6.0 (using Sightly). When I try to print the description value it is coming with the html tags. How to display the content without any html tags?
Thanks.
Hi,
I am using RTE component in AEM 6.0 (using Sightly). When I try to print the description value it is coming with the html tags. How to display the content without any html tags?
Thanks.
Hi,
did you use @ context='html' ?
<div>${properties.richText @ context='html'}</div>
http://docs.adobe.com/docs/br/aem/6-0/develop/sightly.html
Regards,
Krishna
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.