Hide component decoration divs in a sightly component | Adobe Higher Education
Skip to main content
Rima_Mittal
Level 4
November 18, 2016
Beantwortet

Hide component decoration divs in a sightly component

  • November 18, 2016
  • 2 Antworten
  • 2790 Ansichten

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?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antworten

Peter_Puzanovs
Community Advisor
Community Advisor
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

Level 2
February 29, 2020
Seems this is still an issue
Rima_Mittal
Level 4
November 19, 2016

Thanks Peter. This helped.