Hi, I trying to add new custom tab (context) to sidekick for some new custom actions. Using AEM 5.6.1 version.I've made that using CQ.Ext.override sidekick's loadPanel method and onload I used addAction method to add custom buttons. But sidekick is overriden only when clientlib, where sidekick is st...
AEM 5.5. Service Pack 3Ask: When user clicks '+' button, the new MultiMultiField.item is inserted to the top of the list vs. the bottom. I have tried using the reorder method:item.reorder(item.ownerCnt.items.itemAt(0));This takes the values from index 1, and item 1 is now last. I would like to ret...
Hi,I'm trying to populate a select widget of AEM 6 Touch UI with data from an external service.The widget I am currently investigating is /libs/granite/ui/components/foundation/form/select. Unfortunately I did not find any deep documentation about this so I end up study the code. There I found the d...
Hi,Got an interesting Front end requirement to open Page Properties without clicking on sidekick. E.g. somewhere on page when content author clicks on the component Page Properties dialog should open. Which JS func call should I use for it(Both classic and granite UI please) ?Thanks,Peter
AlI need is the header file and footer file saved to the server file system when the user hits the page. I have read a post from this forum and a blog a number of times. The post titled "Extract html content from jcr node" on 2/2/2012 by Shelly Goel. The blog is "How to use static agent in CQ/ WE...
Since I changed to AEM 6 CRXDE has become very slow. It takes a very long time to get past Initialising Java tooling (1+ hours). I have followed the following advise on http://blogs.adobe.com/contentmanagement/tag/crxde-wont-open/ but it has not helped. Make sure the crxde:paths property doesn’t in...
Hi All.I'd like to do a very simple internal redirect regardless of domain. For example, I want requests to /myappto map internally to /apps/mycompany/myappAnd anything under this path would be mapped appropriately. For example, http://localhost:4502/myapp/whatever.jswould return the file l...
Hi, I am trying to create a simple servlet in AEM. After creating , when I try to build the bundle, I am getting the error.Please help me so that I can create the servlet in AEM (without using eclipse and maven) Please find the attachments for the project structure and the error. If my procedure is ...