Touch Optimized UI - How to remove Help Circle Button from the cq:dialog?
Hi,
I am trying to remove the Help Circle Button from the cq:dialog (Touch Optimized UI).
Is that possible via dialog configuration?
Thanks,
AI
Hi,
I am trying to remove the Help Circle Button from the cq:dialog (Touch Optimized UI).
Is that possible via dialog configuration?
Thanks,
AI
Go to /libs/cq/gui/components/authoring/dialog/dialog.jsp and comment the below code (151 line in AEM 6.1) -
<button <%= getHelpAttrs(slingRequest, cfg, xssAPI, i18n).build() %>>
<i class="coral-Icon coral-Icon--helpCircle"></i>
</button>
But if we comment this , it will remove "Full Screen" button as well.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.