Hi All,I am in the process of learning how to create custom widgets I have taken below one and trying to understand how this is implemented.https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.htmlI am seeing an issue like dialog is not initialized with widgets with default values ...
I have created a segment with "product" trait with following options:- product : content/geometrixx-outdoors/en/men/pants/fulani-nomad - quantity : 1This segment is not getting resolved even though I have this product in cart.Any ideas on what I could be doing wrong.
I have read everything I could find regarding AEM (architecture, install. dispatcher config, etc), by design and or happenstance there is really not a lot of info regarding leveraging AEM as a solution (IMHO), so if anyone can educate me as to their experience and what the seat/licensing architectur...
Is there a way to use org.apache.sling.commons.json.JSONObject on Sightly ?For example, if my Java class exposes a JSONObject :public class Profile extends WCMUse { public JSONObject profileJson; public Profile() { super(); } @Override public void activate() throws Exception { /* { "user": { "surna...
Hi,I need to move some pages from one section to another section. But I am getting an error "An error occured while moving page".I tried deactivating images and then moving but still it didn't worked. Also I don't get 'Adjust' checkbox in the Move dilog window.What can be possible reasons for this? ...
I tried creating the campaign and those were created successfully and are working properly according to the dates.I created the segments and the leads in "http://localhost:4502/mcmadmin#/content/campaigns" under the leads section. And when I created the segment based on gender I am only getting the ...
Hey guysI've configured the defaultPasteMode of my RichText-Box to "plaintext". But now if I copy something some "& nbsp;"-Tags appear, instead of the line breaks.How can i remove those? CQ Version: 5.5
Hi ,Is there a way to add the custom validation for my cq:dialog ( example textfield) for example I need the author to restrict some words in the text field like "policy", "legal" etc..ThanksSamb
Hi,I have just started using Adaptive forms in AEM 6.I have a requirement, where user can fill the form offline, it gets saved locally and the form data is submitted once he goes online.I have read that it is possible using AEM 6 forms but did not found any useful documentation on this. Please help!...