i want to show list of pages in carousel component on the basis of cq:lastReplicated in descending order for that i have added a node nt:unstructured(e.g replicated) in options and value is cq:lastReplicated but when i am selecting the option cq:lastReplicated it shows the list in Ascending order. ...
Can we export the excel sheet to cq and the read the header of the file and create the node with the header name and read the each row of the file.Thanks
I'm creating component with html5smartimage and few fields for aditional info. How can I get information(especially URL) about the image? I know how to access pathfield/textfield info but I don't know how to get html5smartimage info.This is my html5smartimage[img]html5smartimage.png[/img]Thanks for ...
Hi!That's it. I would like to allow Asset properties edition based on user rolesFor example, I would like to allow all image properties edition to 'authors_groupA' users group, but deny 'Description' changes (allow the others) for 'authors_groupB' users group.I would like to do this in both classic ...
Hello, Is it possible to have multiple image with drop targets in multifield in a single dialog? Has anyone implemented this? It seems to be possible to have textfield/textarea in the custom multifield js that i have currently implemented, but i am not able to load an image. Regards,NZ
I am installing a trial version of Adobe Experience Manager, version 5.6.1. I installed it as a author instance and I can get to the login page, but after logging in I continually getNo resource found (404)The requested URL /welcome.html resulted in an error in org.apache.sling.servlets.resolver.int...
I have a vague question about processes (procedures) of developping components on CQ, in case of division of developping roles.Now, we are planning to develop an website on CQ, on the condition that we take CQ default components without customization as far as possible.First, we will offer web desig...
I'm trying to access CRX using CMIS. I have followed all the instruction here http://dev.day.com/docs/en/crx/current/deploying/cmis.htmlBut after followed all steps I'm not able to connect to CMIS server when trying to access http://server:port/cmis/repository. I'm running on Windows 7 and CRX 2.3Er...
Hey Guys , I was trying to implement logging on replication events like, when my page is activated on author instance I would log the page name in logs . My Java code which is deployed as a bundle implements EventHandler and overrides handleEvent method . I initially tested it with skeleton code an...