Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.Today i use it in AEM but, the tree always can't display at all in my computer. That make me frustrating and i do it completely accoding to the clientlibs re...
Hi,In Package Manager, our system looks like this:[img]transparent-green-package.png[/img]As you can see, the first item is marked as installed, but the item's color is a bit different to the other items.Reinstalling the package makes it solid green.What's the significance of these transparent green...
Hi,I have a requirement to restrict the meta data info of a page to be restricted from published while a page i activated in CQ5.5.For ex:i If I'm activating a page test/html, it replicates the metadata such as user info browser details. Do we have an option to restrict it.ThanksMSR
I'm trying to upload a file to my crx repository in Jquery. However the script runs in a separate server than the which hosts CQ. Because of this the request is a CORS one. Also custom header are being set while the request is being sent because of which a preFlight doOptions is being sent. This sen...
SELECT * from [cq:PageContent] AS t WHERE ISDESCENDANTNODE(['/content/'])On local host this returns a large result setOn the testing server it does not report an error, but returns no results.It is as if there is no content under /content/ on the testing server.But that is not the case.SELECT * fro...
Hi,My current requirement is to invoke an external JS from a selection listener.In the listener's loadcontent() method, the external JS should be invoked anda method call needs to be made. For example,loadcontent : function(field, rec, path){//loadScript("/apps/cbc/widgets/source/widgets/File2.js", ...
On click of Activate button i need to call some other customized workflow, Where do i need to do the modifications, Which are the files involved in this in cq5 version 6.
How to modify the Page property in the Page component jsp and set the new modified value back to the Page property by setProperty(..,...) method? Can we set the Page property back? My Situation is I want to set the Unique Page ID for every page I create, So I would like this to be a Page Property...