hi there , We have a requirement where a author would like to select a portion of text in which he has authored using RTE and apply a tool tip . The additional requirement is , the tool tip text is also authorable . Any pointers on how this can be achieved along with a good authoring experience...
Hi all We have adobe CQ5.6 installed and we are trying to use the OOTB adaptive image component for our images. Its working fine for all the images except for GIF images where the images are appearing broken.We have copied the code and tried debugging it using eclipse as well. The layer returned is ...
Hi All,In my OOTB AEM 5.6.1 instance, I want to have few stale workflows.I am not getting how to do this. Any detailed thoughts/pointers/ideas here would be really helpful.Few people had given good feedback[it was at a very high level] on one of the discussion that I had raised here,but unfortunatel...
Hi,I want to fetch DAM asset from JCR and obtain inputstream for a node or for an asset so that I can read that asset. I have implemented below code.querybuilder = resource.getResourceResolver().adaptTo(QueryBuilder.class);Query query = querybuilder.createQuery(PredicateGroup.create(map), session);S...
[img]c.png[/img]Hi,Can anyone help me? Is it possible to customise the quickstart name as seen in the image above?Because i have different instances running at the same time, apart form distinguishing between the author and publish by the port number, i would also love to see what project instance i...
When a tag is deleted on the author instance, it automatically gets removed from the publish instances. I wanted to know if this was the normal behaviour? I haven't found documentation on this.Thanks.
Hi,I have written sling servlet to fetch DAM Asset from JCR Repository. Then retrieved InputStream from Rendition of an Asset, so that I can read an asset and write it to servlet response. I have attached servlet code. Code is working fine. When I hit URL http://localhost:4502/bin/testServlet?catego...
Hi,Where the Journal log are stored in cq5 server and is it implicitly configure or it has to be configure explicitly as asynchronous observation ?Please provide sample to configure the journal observation in JCR. Thanks in advance