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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Ohh ok, yes then you can do it with CSS
Let me know if you need CSS rules for this.
Views
Replies
Total Likes
Yes please that would help.
Thanks,
Shashank
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies