Hi,I was going through the docs http://docs.adobe.com/docs/en/cq/5-6-1/touch-ui/touch-ui-concepts.html to understand the concepts of Granite UI. One thing that i saw was difference between Granite UI and ExtJs. That differences are not much explanatory specially for those who are new in AEM. So look...
Hi,I'm trying to understand how to update the options of a TouchUI Select (/libs/granite/ui/components/foundation/form/select) according to the value chosen from another TouchUI Select. The value of the first select are dynamically populate trought a datasource. I guess I have to write some handler ...
Hello,I am trying to integrate DTM with AEM. I went through the documentation at http://docs.adobe.com/docs/en/aem/6-0/administer/integration/marketing-cloud/dtm.html and another question in the forum related to this: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe...
hi I am setting up a site caselaw,lp.findlaw.com for my company in cq5. basically based on the urls i want them to go to different servers.it's working good when there is no query string involved, but what can i do to tell the dispatcher to include the pattern even after the "?"caselaw.lp.findlaw.co...
In 5.6.1 SP1 when one configures the "Apache Sling Resource Resolver Factory" "URL Mappings" parameter, such as adding new outgoing mappings, links that are written inside of JSP components (such as the href of an <a> tag) automatically have "ResourceResolver.map" applied to them to have the mapping...
Hi All,Is it possible to create Sling Rewrites for DAM asset paths? For instance, I'd like to rewrite the path to all images in my html. By default the html looks like this:<img src="/content/dam/products/shirt.jpg" /> But, I'd like to rewrite the path so it looks like this: <img src="/assets/pro...
We have written our own picture component to display renditions based on the user's device size. The Adobe documentation (http://docs.adobe.com/docs/en/cq/5-6-1/developing/mobile/responsive.html#Implementing%20Adaptive%20Images%20in%20AEM) suggests the HTML output below.Our approach is causing dispa...
I can't seem to return and use an object from my js use array. In the below example I'm trying to make a parameter list for use later in a java use-api call, however, the parameter array comes up empty back on the sightly end. Any idea what I'm doing wrong?newsList.js:"use strict"; use( function () ...