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...
I add a new button into sidekick. Assume there is a variable to control this button (not)gray in sidekick, but how to make it? Anyone know that, please comment on that.Thanks a lot! addToCart: function(sk){ var pagePanel = sk.panels["PAGE"]; var button = pagePanel.findBy(function(comp){ return comp[...
There is a case to Add a button into sidekick, which need to be disable(grey) or enable also, controlled by one condition that data stored in AEM, please see following code:CQ.Ext.ns("MyClientLib"); var resultFromAEM; MyClientLib.ContentFinder = { addGsTranslate: function(sk){ var pagePanel = sk.pan...
Hi All,I have a requirement to implement, user will search for restaurants in a city over radius parameter like 0-5 KM, 5-10KM range.Any suggestion to implement this will be help.Regards
Hi, I am not abel to set defaultValue to xtype tags. Can any of one have idea please help me.I tried with defaultValue property is not working.And addTag method is adding tags but iam getting validation error. Please go through attachment.Thanks in advance.
Hi Sir/Madam,I have a question regarding the query builder API (http://docs.adobe.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam/query_builder.html).If I have a tree structure as below:--> Landing --> Category 1 --> Sub Category 1 - Item 1 - Item 2 --> ...
We're in the process of separating our entire workspace into multiple workspaces. As part of the code restructuring we're stuck at one place. At the moment we get hold of the user session using request.getResourceResolver().adaptTo(Session.class);What this does is that it returns back is the session...