Hide component decoration divs in a sightly component | Community
Skip to main content
Rima_Mittal
New Participant
November 18, 2016
Solved

Hide component decoration divs in a sightly component

  • November 18, 2016
  • 2 replies
  • 2789 views

I am  dropping my component(sightly) inside a parsys. The component gets wrapped by auto-generated wrapper divs.

when cq:noDecoration is set to true, the component becomes non-editable. 

P.S. None of the below mentioned code snippets in the activate method of wcmpojo class seem to work :

IncludeOptions.getOptions(request, true).forceSameContext(Boolean.TRUE);
getComponentContext().setDecorate(false);getComponentContext().setDefaultDecorationTagName("");getComponentContext().setDecorationTagName("");

Any suggestions?

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 Peter_Puzanovs

Apparently this is getting fixed in 6.3

You can request a patch from Adobe which you would back port to your 6.x AEM instance

 

Regards,

Peter

2 replies

Rima_Mittal
New Participant
November 19, 2016

Thanks Peter. This helped.

Peter_Puzanovs
Peter_PuzanovsAccepted solution
New Participant
November 18, 2016

Apparently this is getting fixed in 6.3

You can request a patch from Adobe which you would back port to your 6.x AEM instance

 

Regards,

Peter

New Participant
February 29, 2020
Seems this is still an issue