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[...
Hi All, When i try to modify a document's property in dam,its jcr:lastmodified property is not getting updated and retain the old date.Right now the project is in critical case. Any help in this,will be greatly appreciated..!!waiting for answers!!
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...
Hello all,Has anyone had any success in getting custom static.css files that are included in /etc/designs/geometrixx_mobile/static.css to "override" the default static.css file when detected by a custom device group on the geometrixx_mobile templates?The project I am working on requires device speci...
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.