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...
Hello Image Size (width and height) dosn't affect the Granite UI author page, on Text & Image component.After drag and drop an image in the Text & Image component, I edit the image and change its size.After Saving the image looks the same.Parameters are well saved and effective on publish, but the p...
Hi,I have a component developed in AEM 6. one of the field has richtext as xtype. The issue I am facing is when I author this field with html data(using source edit), on the page some of the HTML element attributes are getting removed. for example,If I add below html code<div data-hide="...">some co...
Clearly Adobe is investing heavily in the Touch UI and demos I saw at the Summit last week were all done on the Touch UI. But is the Touch UI in 6.0, specifically the Sites, robust enough to start using it fully (no switching to classic UI)? Or are there still some missing capabilities that would re...