Hello experts,I need a few pointers for selecting Javascript framework for AEM 6.1.Angular 2 or 4 ? Which one is tried and tested for AEM?Can we use the foundation components which are built in native Javascript/Jquery and extend with Angular 2 or 4?I couldnt find proper Adobe documentation on these...
Hi, I have a requirement that I need to prepopulate the dialog image values with the default values given in the dialog. i.e. on the very first load of the dialog, I should see the images in the dialog with the default values given.My component would be a cq:include in the page and not drag-dropped....
Hi,The OOTB script trait allows us to write script while creating segmentation rules. This has to be boolean expression. When we add a Javascript function to script block like below.(function (){ var myFirstVar = "Test"; var mySecondVar = "Test1" if (orderType == "Test" && deviceSKU == "Test1"){ ...
Hi , I am upgrading code to Touch UI as part of that rewriting the listeners as well. One of the requirement needs to get the selected page URL from 2 locations one is from the sites and other from the page edits.what are the equivalent API methods for these 2 in AEM6.2?CQ.wcm.SiteAdminCQ.HTTP.noCa...
Hi everybody,I have a basic question about layouts when using custom templates. I have three layout containers and am trying to make them smaller using the double sided layout arrow.My problem is that the layout snaps back into place no matter where I drag it at all times. It will sit where I dragge...
Hello Community members,This new look feels great btw. Congrats to Adobe.My question is regarding sling model for a resource that I want to adapt. I understand that resource to be adapted is able to inject a list of grandchildren. But is there a way to exclude or filter out some values based on a co...
Hi,I am using granite UI date picker in AEM6.1 When I am select 15 in hour field in the dialog. It is saving 03 as hour value. Is it a way to save hour values in 24 hour format?Regards,Salman
Hi, for my Uni class I have been tasked with creating a site using the We.Retail template. I'm still in my first semester and still finding my way around AEM. I want to create a logo component and I have been using this page for my reference. I am having trouble in CRXDE Lite locating the folders fo...
Dear All,We are working with AEM 6.0 & when ever we open Site admin and pages - each request loading with CSRF.js https://<<DOMAIN NAME>>/etc/clientlibs/granite/jquery/granite/csrf/source/csrf.jsHow to disable this CSRF.js calling? It is happening only with AUthor when we are trying to access with D...
Hi Guys,I am trying to use wcm.io tool for Junit testing but its not working for me getting error:java.lang.RuntimeException: Unable to invoke method 'bindInjector' for class org.apache.sling.models.impl.ModelAdapterFactoryI have used this code:@RunWith(MockitoJUnitRunner.class)public class MyDictio...