Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
did you use @ context='html' ?
<div>${properties.richText @ context='html'}</div>
<
div
>${properties.richText @ context='html'}</
>
http://docs.adobe.com/docs/br/aem/6-0/develop/sightly.html
Regards,
Krishna
View solution in original post
Thanks. Yes. It worked for me. Thanks a lot.
Views
Likes
Replies