Hi,I am working on japanees project where everything in japanees including page name.If i create any page in siteadmin all japanees characters replaced by underscore(_) but i can create a node in japanees in CRXDE lite.I tried to create a node programmatically but it doesn;t work.Any help will be hi...
Hi, I'm trying to achieve a filtering component that leverages the Querybuilder API and filters pages by tags. It should be possible to filter by multiple tags and taggroups at the same time:Example:Group 1- Tag A or- Tag B or- Tag C--- AND ---Group B- Tag D or- Tag E or- Tag FMy trouble is that I c...
Hi All,Is it possible to customize a template at run-time?for e.g. a business user wants to send a mail, and a template is defined for sending mails.can a business user be allowed to specify what all data the body of the email will contain?can he specify this at run time?
I have a question related with Adobe CQ5 content migration. We have two CQ5 environments.E1 and E2. We copied content of E1's author to E2's author instance. We did it by creating CRX content package. Our content copy went well but now we are realizing that we have missed our versions in pages. For ...
Hello All, I have a page(mypage) and a component(mycomponent) on that page which gets its content from the page properties. I am trying to provide an authoring interface for the "mycomponent" which will let the author edit corresponding page properties without creating any component level propertie...
Hi,I have found the following links, but they don't contain much information:http://docs.adobe.com/docs/en/cq/current/developing/designer.htmlhttp://dev.day.com/docs/v5_2/html-resources/cq5_guide_power_user/ch03s03.htmlhttp://cq5tutorials.blogspot.com.au/2014/02/wcm-modes-in-cq5.htmlAre CQ5 designs ...
OK, so a high level, quick description of my problem:1. I have a certain page, which is just used by our content authors to edit raw data in a Scaffold-like setup which is apparently very dissimilar from most people's AEM/CQ setups for data/scaffolding2. Each of these pages has a structure that is l...
Good afternoon.Trying to code a custom component form.Takes user information, and posts it (jQuery.Post) to an external URL.Subscription form:<%@include file="/libs/foundation/global.jsp"%> <script> (function($) { // Form Submit jQuery('form[name=subscribeForm]').validate({ debug: false, errorPlacem...
HiI have a dialog with textfield. I placed a listener to display a custom widget which is a dialog itself which render along with first dialog. Below is my listener under textfield. function(component){ var dialog = CQ.wcm.showTemplate('/content/geomatrixx/en'); dialog.show(); }I need when i click o...