Hi All,I am trying to override the defaut 'Drag Component here' text in parsys/responsive grid component. I was able to achieve this by changing the few lines of javascript code in /libs/cq/gui/components/authoring/editors/clientlibs/core/js/model/Inspectable.js directly. Since i should not modify t...
Hi,I have been working on 6.2 for some years now. However I looked at 6.4 features and saw that some forms can use json as its form model. I wanted to know if this will also be possible with XDP form templates?ThanksTys
Hi All,I need to make dynamically expanding pdfs which this following blog (with working example PDF) details - PDF: making text fields grow to accommodate text | Developments After some searching, I have found myself here. I would like to know what software/tools I need to build these dynamic forms...
We have followed the link Style System for including style system. But when we click on the policy tab of the List component we are not able to view styles tab as mentioned in the blog. But in the blog they mentioned as Do we need to enable anything for the styles tab to appear. And also for the pr...
Am seeing some issues with anchor tag in AEM rich text editor.IN RTE if i use the the following:<a href="test.com"> testing</a> -- Works well, href exists all the time.second case:<a href="test.com" id="test"> testing</a>in source edit once you try to edit again, it becomes<a id="test"> testing</a>...
I've been working through several examples for AEM 6.0/6.1 online to hide/show elements on my AEM 6.3 dialog and I have the listener JS functions properly firing finally but the issue seems to be with the removal of customer data elements from the Touch UI dialog fields when the dialog is created.On...
Hi can anyone help on this below issue,We are replacing felix annotations with OSGI DS annotations. We have come across with a challenge please find belowFelix annotation : @Reference(policyOption = ReferencePolicyOption.GREEDY) protected UserConnector userConnector; OSGI Annotation I tried : ...
I am trying to upgrade content package plugin from 0.0.24 to 0.5.24. When trying to build code with upgraded version, I am getting below build errors:[ERROR] Filter root's ancestor '/apps' is not covered by any of the specified dependencies.My filter.xml looks like:<?xml version="1.0" encoding="UTF...
Hi All,can someone help me to convert the set of felix @property annotation to OSGI annotations. If it's a single @property I can directly use it in @component. If it's a multiple @property then what should I do?Need help on the highlighted portion. Appreciate your help.@Component(metatype = true, l...