Commented Code get disappears in Text Component | Community
Skip to main content
October 16, 2015
Solved

Commented Code get disappears in Text Component

  • October 16, 2015
  • 3 replies
  • 938 views

Hi,

Some of the commented code getting disappears in Text component, kindly anyone let me know the solution for this?

Thanks,

Srinivasan.

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 smacdonald2008

See the community article - it talks about how to build a component with this functionality:

http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

3 replies

smacdonald2008
October 16, 2015

Can you please expand on what you are seeing. Are you placing comments in code in CRXDE Lite? THen you see the comments disappear? 

chansriniAuthor
October 16, 2015

Hi,

Added Text component in the page and using source edit updated the code like below and again next time if I try to edit the same text component the commented lines are disappeared.

<html>

This is sample

<!-- Commented -->

Text

</html>

the commented code "<!-- Commented -->" gets disappear in the text component.

Thanks,

Srinivasan.

smacdonald2008
smacdonald2008Accepted solution
October 16, 2015

See the community article - it talks about how to build a component with this functionality:

http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html