Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Features to be disabled

Avatar

Level 1

Hi All,

I have a requirement where I do not want the marked options in my page. How do I disable these? Any help would be much appreciated.

1658377_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Overlay /libs/cq/core/content/nav and use to sling:hideChildren hide options

https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/sling-resource-merger.html



Arun Patidar

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Overlay /libs/cq/core/content/nav and use to sling:hideChildren hide options

https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/sling-resource-merger.html



Arun Patidar

Avatar

Level 1

Hi Arun Patidar,

Thanks for your response.

Sling:hideChildren property is hiding all the marked options under in page but my requirement is to disable them. So, i need to do that through Css only.

Avatar

Community Advisor

Ohh ok, yes then you can do it with CSS
Let me know if you need CSS rules for this.



Arun Patidar

Avatar

Level 1

Yes please that would help.

Thanks,

Shashank

Avatar

Community Advisor

Hi,

To disable item you need to go for javascript. but for navigation item you need to write your own handler to disable items because there is no disable method available for nav item but tool icon can be disable.

Documentation | CoralUI



Arun Patidar