Hi,I have complete html code for my site developed in sharepoint.My site contain more than 400 pages. Each page has same master page template. i need to port the html code of each page. How to port that html code directly in each page? Thanks in advanceRG
I'm trying to understand more about how the "cq-Overlay"-divs work, so when I have a component and hover over or click it in edit mode I see a blue border. How does the overlay determine what dimensions it has?For my particular case, I have the problem that the edit overlay is way larger than the ac...
Hi All,We got requirement to submit an asset to work-flow from "AEM 6.0 Touch UI". We are not sure how to implement it. With trail and error on [0] we are able to include one new button (next to delete). But "functionality/work-flow Action" we are not able to include.[0]/libs/dam/gui/content/assets/...
I followed the instructions on this page (http://docs.adobe.com/docs/en/cq/current/developing/cq5-translator.html) in order to try to give my component access to a translatable string bundle. I followed these instructions (http://www.wemblog.com/2011/12/how-to-use-multi-language-translation.html) t...
Is it possible to get the full API published for the com.day.cq.tagging package?In particular, the details on the following classes would be useful for anyone attempting to implement QueryBuilder with tags:TagPredicateEvaluatorTagTitlePredicateEvaluatorThey seem to be missing: http://dev.day.com/doc...
Hi there,I am trying to customise the authoring experience of child components in my component by adding a _cq_childEditConfig.xml file to it with the following XML:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1....
We are aware how to create a dynamic drop down values from servlet/json in extjs(as per below link)https://rmengji.wordpress.com/tag/dialog-dropdown-population-in-cq/Can you please guide us how to achieve similarly in AEM 6.0 using granite uiThanks in advance!!
Hi,Do we have the maven dependencies for WCMUse and Use? I have searched but they are not available in the adobe/nexus repositories. When will we get them? Instead of writing JAVA class under the component, I would like to make them as different bundles (so that I can use some features of eclipse wh...
Hey all,is there a way to set variables in sightly? Basically I have a lot of variables in my html template and it's getting kind of messy, especially with things like inherited properties [1] and combination of properties for conditions [2]. In a jsp I could just use <c:set> but not here. Any sugge...