hi there,i added an button in the sidekick with the following script code:CQ.Ext.ns("MyClientLib"); MyClientLib.ContentFinder = { addToCart: function(sk){ var pagePanel = sk.panels["PAGE"]; var button = pagePanel.findBy(function(comp){ return comp["name"] == "ADD2_CART"; }, pagePanel); if(button && ...
Hi All,I did complete setup using below link and also able to deploy content and Bundle modules using Sling IDE tool using below linkshttp://docs.adobe.com/docs/en/dev-tools/aem-eclipse.htmlhttps://sling.apache.org/documentation/development/ide-tooling.htmlMy Question is AEM 6.0 developer tool also ...
I have created a Author instance for CQ5 with CRXDe, now want to host is on IIS, i'm not able to find content folder where my application is stored in CRXDe.can any someone suggest me how to publish it on IIS, i'm running IIS 7.5 AEM 5.6
Hi All, I am trying to translate the user generated dynamic content with the help of Microsoft Translator, is there any out of the box components for that with which I can have a reference, I am done with the configuration part of Microsoft Translator, please help me with what to do next? Thanks
Hi,We are doing some testing and it looks like anything done within the JCR user related is syncing with LDAP on every request or so. Our ldap_login.conf file is as below:com.day.crx { com.day.crx.core.CRXLoginModule sufficient tokenExpiration="9999999" disableNTLMAuth="true"; co...
Hi,I have created a custom site which is made up of a handful of pages. I've successfully created a live copy of the site using the Standard Rollout Config and i can see that the parent site has 1 live copy attributed to it. When i attempt to edit the live copy i can see that all the inheritance is ...
Hi, I am using custommultifield.js for the custom multifields inside my dialog. Here i am facing one issue with dialogfieldset widget. In JCR value of selectgrid is setting properly under node parsys --> gridslider --> options --> item_1 when i submitted the dialog.But inside item_1 my other propert...