Questions tagged [aem-touch-ui]
35 questions
1
vote
1 answer
How to programatically create pages in AEM with editable template
I am used to work with the pagemanager to create pages:
pageManager.create(parentPath, name, template, title, false);
This works with normal templates stored in /apps. Since Adobe recommends to use editable templates (stored in /conf), the above…

nicolas
- 101
- 2
- 9
0
votes
1 answer
How to dynamically populate AEM page property dialog?
I would like to create a new custom tab in the AEM page properties. The process of creating a page property is straightforward, but inside the custom tab, I want to make a call to an external system and get a json response, so that I can build a…

Mario R
- 171
- 6
0
votes
1 answer
AEM 6.4 asset renditions, is it safe to remove all the rendition
I have created a custom workflow model for DAM update asset. I have kept two steps only Metadata Processor and DAM Update Asset Workflow Completed
I am on 6.4 and I could see 319x319 rendition is used in content finder. Want to know if other…

infinityskyline
- 369
- 2
- 4
- 17
0
votes
1 answer
How to include 'Source Edit' plugin in RTE component in AEM 6.5?
I have added the features node with asterix(*) and added misctools#sourceedit in the inline properties of the RTE pluggin node.But still the sourceedit functionality isnt working where I can use some HTML.

Zameer
- 1
- 1
0
votes
1 answer
Restrict only a specific AEM DAM folder with a filetype
I have a requirement to restrict only a particular DAM folder in AEM with upload restriction of svg files only.
I believe we need to overlay fileUpload.js from…

PV_PN
- 103
- 2
- 7
0
votes
2 answers
Decimal number-field is not working in AEM touch UI dialog
I've created a number-field in AEM(6.4) touch UI dialog.
I've added step property 0.1. I've tried using 0.01 & 0.001 as well.
But for certain numbers, without any pattern, it doesn't allows to select them.
Dialog/Number fields gives validation…

Abhishek Sinha
- 113
- 11
0
votes
1 answer
Set default values for fields inside multifield in AEM Touch UI
I want to set default values for fields inside coral ui multifield. I tried to use cq:template but not sure of how to set values for fields inside aem multifieds. Can anyone help me out with this?

nikhilbisht21
- 63
- 2
- 7
0
votes
1 answer
AEM 6.4 asset renditions, is it safe to remove 140x100 rendition?
By default DAM Update Asset generate the following structure of renditions:
I have verified our request log, where I could see all renditions except 140x100 are used on authoring instance.
Is it safe to remove 140x100 rendition? Is it used by…

dzenisiy
- 855
- 10
- 32
0
votes
1 answer
How to copy a component from one page to another in touch UI AEM?
I want to copy a component from one page to another page in touch UI AEM. How can we achieve that?

Amit Kumar
- 3
- 1
0
votes
1 answer
Group AEM (6.2) component configurations
I'm currently building a component that has TouchUI configuration properties separated with three tabs (Standard, CASL, GDPR). Each tab has the same set of options available and my current config names are similar to the…

matr07
- 106
- 5
0
votes
0 answers
How can we use sliderfield in aem 6.3 Touch ui?
Is there a way to use slider for blur and opacity options for an image in AEM 6.3?maxValue="{Long}100"
minValue="{Long}0"
name="./background"

Gkv919
- 1
- 2
0
votes
1 answer
Hide/show function is not working for fileupload resourceType in AEM
I was implementing the hide/show functionality for a Touch UI dialog in AEM 6.3, before there was a pathbrowser to render the image but now i have updated that with a fileupload as a resourceType.
The existing functionality of hide/show which was…

Arunmozhi
- 1
- 3
0
votes
1 answer
AEM Add new tab to dialog of OOTB page component touch UI dialog
I want to add a new tab to the OOTB page component touch UI dialog (/libs/foundation/components/page), so that all pages that inherit from that OOTB component will have these fields.
It's unfortunately not an option to just add the tab to each…

klementine
- 300
- 5
- 12
0
votes
1 answer
How to find the page URL complete path in AEM Touch UI Dialog
We have site structure as below:
Site:
--Brand
--Market
--Language
--Page1
Let us say my custom component dragged and dropped in Page1. Now in dialog listener I want to find the Market and Language parameters from the…

Harish Menda
- 71
- 1
- 2
- 13
0
votes
1 answer
Load select options dynamically from external service in Touch UI dialog in AEM?
My problem is to load a select field in touch UI dialog with dynamic options. These options are coming from a external URL via webservices, I am consuming this RESTful services using url defined in one of our global javascript objects…

Oliver
- 6,152
- 2
- 42
- 75