Hi,I need to display one pageproperty value on page in RTE.On of my page I am using RTE to display the description (all the data are author by use static).On the same page I need to display one dynamic value(coming from page properties).I am trying to use pageProperties.get(phonenumber) or ${pageP...
Hi! I'm developing in touch ui, but I can't find the equivalent of xtype tags in touch ui. Which is the one? If there is no tags, how can I replace it? Thanks.
For one of our customers we created a corporate asset database in AEM 6.1 (SP2) with a heavily customized asset administration in the Touch UI for the asset metadata properties. For that we have created our own DAM schema and stored it under /apps/dam/content/schemaeditors/forms (see the attached sc...
while implementing Angular 2 we have encountered a road block with respect to its compatibility with Sightly. While we have enough case studies & credentials to prove that Angular 1.x is easily integrated AEM 6.x, I wasn't able to locate anything for Angular 2 integration except for the knowledge a...
Hi,I need to a image picker component, similar to color picker.Please let me know do we have any sample component to refer? any idea on how to display small image icons on a dialog.Regards,Gowrishankar
I used: <div data-sly-resource="${'image' @resourceType='foundation/components/image'}"></div>It has generated "cq-dd-image" class, how to add custom classes to this component?
can we set max length for text RTE.??I did found few solutions online stating that we can adding property directly asfunction(field){var temp=this.getValue(); if(temp.length>500){ this.markInvalid("Description should not e...
Hi All,How can I use Externalizer in JavaScript Use API, I can easily use it using Java API. But I need this in JavaScript Use API to add canonical tag in head section of pages for SEO purpose.-Thanks,Raghava