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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks. Yes. It worked for me. Thanks a lot.
Views
Replies
Total Likes
Views
Likes
Replies