I am not able to add annotation in Touch UI mode. It works weel with Geometrixx sample website. I select "Annotation" Icon, then click on '+'. I cannot hightlight the components to add the annotation.Does anyone think I need set some property in the Component or in the template? The Documentation sa...
How does searching based on tags work in AEM? Or in other words, how does tagging pages or assets bring them them up as results of a search operation - how is this implemented?Was playing around with the foundation Search component and it seems searching with any tag (even container tags) forming pa...
I have multiple tabs for my touch UI dialog and it looks pretty out of wack. How do I increase the size of the layout, if possible? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.o...
Hello,From time to time (once a week) my author interface is translated into language which are selected in page properties.How can I prevent this and always display author interface in English?Thanks,Alex
In older CQ instance, we can set trust_credentials_attribute in crx-quickstart\repository\repository.xml for authentication.In AEM 6, repository.xml is gone, is there anyone know how to configure it in AEM 6. Backgroud: In my project, it used trust_credentials_attribute for custom authentication(ext...
Hi All,Need to create a Top Navigation Menu Bar with a Sub Menu which gets displayed on hovering through the Top Menu.Can anyone help me in the approach which is used for the top navigation with Sub Menus.I am attaching the screenshot for the same.Thanks,Ratna Kumar
Hi,I am trying to implement custom function to component's cq:listeners. I simply set the value of afteredit property to: function(){alert "something";}, but js didn't get worked when editing the custom component. Is it a bug of cq5.5?Thanks and Regards,Yy
hello, when trying to migrate a set of users and groups I get this error in package manager:"org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0027: The admin user cannot be removed. Am hoping someone has a set of guidelines for mig...
As far as i know, to the best of my knowledge a better implementation to consume a REST API or a Web Service API is to introduce a HTTPClient (Apache or Jersey Client or any Client). Very much like the post in https://helpx.adobe.com/experience-manager/using/restful-services.htmlhttps://helpx.adobe...
Is there a way to force the current page to refresh when switching between Edit and Preview modes? This is to ensure that logic that checks against the current mode value runs as expected.