Dear Team,I am following the steps mentioned in below adobe help link and trying to create aemgrid component in my general in SideKick.https://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.htmlBut after creating aemgrid dialog in CRXDE, my grid dimensions label and dock ...
Hi,I need to make a check during the loadcontent of a diloag to remove a tabAnyone can explain me which is the right code to remove the tab nav1? Thanks<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Dialog" xtype="dialog"> <listeners jcr...
Hi All,This question i am having it from very long time that components are created with cq:Component as primary type ,stored into JCR.What reason they are turned to nt:folder type and not available for any edit??Thanks,Kishore
Why do requests for /etc/segmentation.segment.js generate these errors in the error log? This happens in a new AEM 6.1 instance and also when service pack 1 is installed. The segmentation.segment.js is called when a page contains the clientcontext component. 11.03.2016 15:58:50.595 *ERROR* [127.0.0....
Hi All,I am seeing issue with sightly expression evolution that it's giving a empty value when it's part of CSS's method.<div class="showcase-basic" style="background-image: url('${homePageBannerComponent.fileReference}')">Where as if i retrieve the independently it's returning correct value.Image:$...
Hi All, I am using Replicator API to replicate tree of a given path. We've list of path which needs to be activated. Currently we are looping through list and activating one by one path.replicator.replicate(session, ReplicationActionType.ACTIVATE, path, options); I didn't find any better example ...
Hi,I am trying to create out of the box component CAPTCHA in my page. After drag and drop, I have got refresh button and text element. How can I validate the user input?How can I invoke (ServerValidation.jsp) in the captcha component?Please help me out.Regards,Krishh
We need to create an adaptive form in AEM 6.1 and our project is done using sightly and not JSP.To override header and footer We need to create our own template and we cant use OOB Form Templates. So We have created a page component under our project /apps similar to the base component which comes u...
In a parsys section we can place a component placeholder. On editing the component placeholder a dialog box will appear to which a listener is configured. Is there a way for the listener to know in which parsys the component placeholder is being placed?Note: Parent node of component placeholder is t...