Hi,How developer can create nodes like (par,colctrl,gear-header) in template creation? Normally while creating pages, using sidekick we can drag drop into parsys but how can we do in case of template creation? PFA image for FYR. RegardsKrishh
Hi all, This is related to performance testing. We are using AEM teaser / campaigns / segmentation for personalization. Refer to below AEM JS/libs/resources/clientlibs/foundation/personalization/kernel.min.js Below method call consumed most of time (and caused slowness) 1) CQ_Analytics.ProfileDataM...
I have a dialog with xtype=selection field, the dropdown has the text field with the value: test1, test2 and test3; value field has the value as 1, 2, 3. When I open the dialog, I will see the test1, test2 and test3 in the dropdown list. If a user select test2, for example, the number 2 is stored as...
Hi,I am including a component like this: <c:forEach begin="0" end="${selectList-1}" varStatus="loopSubmenu"> <sling:include path="submenu_${loopSubmenu.index}" resourceType="aemdevcenter/components/content/global-header/submenu" /> </c:forEach>and to get rid of the auto generated divs I have include...
Hello experts,I am working on a navigation component. This component allows you to select which absolute parent to use and will traverse the child pages 1 level deep.My question to you is, how can I make it so that the user can control how many levels deep the navigation should go? I need to know ho...
Hello.Can someone point me towards how do i set up the diagnosis tools in an existing environment of AEM? I get 'No resource found' when I try to go to, Tools--> Operations--> Dashboard--> Diagnosis, in my environment: Cannot serve request to /libs/granite/operations/content/diagnosis.html in /apps/...
we usually write in cq:actions editannotate if we want to have edit and annotate in the edit bar of the component. is it possible to have only annotate without edit button in the edit bar..i tried annotate instead of editannotate .but its not working.
Hi All,We need a requirement like, components must include under Siderail in the template level. Means, for example author must not go to design mode and select the components on their wish. Components must be available on the Siderail, once author create the page using the particular template. How ...