Hello,Is there any way i could restrict the sidekick view to a particular user using permissions in AEM?I would like to hide the Versioning and the Information in Sidekick indicated by a lock and clock symbol., along with the scaffolding as indicated in red(attached) in the sidekick.Please let me kn...
I've been building a CQ page with a few teasers on it and I noticed that there seems to be a dramatic and noticeable slowdown whenever I scroll the page. I then tried it out on Geometrixx and I'm seeing the same thing. Chrome's javascript profiler revealed that scrolling around the page used up to 1...
I’ve couple of doubts and would request you to please clarifyI've gone through this link http://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html Q1) If we want to create a multilingual site then Language copy in siteadmin tool enables to create copy of existing page from English(...
Hi,How do I programmatically (in a JSP) set as 'selected' an item in a dropdown? Following is my code. <cq:include path="./country" resourceType="foundation/components/form/dropdown" />I have a list of countries in the dropdown and want a country to be selected based on a value passed to the JSP.Tha...
Hi, I am currently using the rich text editor table plugin. I would like to extend it to include two more extra properties I was wondering whether this is possible and if there is any examples. Chris
Are there any recommendations for or against using a parsys as the page's header, and allowing an author to drag on a logo, menu, etc, versus coding those into the JSPs associated with the page's template? I'd probably set the path of that header parsys to some common locations, so changes affect al...
I am using CQ5.6.In my case all the values in the Page tab are showing disabled in sidekick and even my Design mode also not working.But when I am using same package in CQ5.4 its working fine.PFA
Hi,How to I dispatch a request to a page component (JSP)? I get the following error javax.jcr.nodetype.ConstraintViolationException: no matching property definition found for {}country. I don't want the country value to be persisted.The code I used to dispatch from the servlet is:RequestDispatcher d...
I have created a LinkDialogOverride.js and need to change the default:{ "itemId": "targetBlank", "name": "targetBlank", "xtype": "checkbox", "boxLabel": CQ.I18n.getMessage("Open in new window"), "value": "targetBlank" }To a select dropdown or combo box. I see how it can be added to a dialog through ...