Questions tagged [aem-touch-ui]

35 questions
3
votes
0 answers

AEM - Predicate to list only immediate children

I am using aem-commons's contextualPathBrowser (similar to pathfiled component) in a cq dialog with a predicate property. The java predicate class will evaluate the nodes and only return children pages(cq:Page) in the path picker for user to select…
infinityskyline
  • 369
  • 2
  • 4
  • 17
3
votes
3 answers

How to introduce additional fields with default values in AEM Touch UI dialogs?

Situation: We have an AEM 6.4 Touch UI dialog and a number of existing component instances that were created through this dialog. Now we want to add an additional boolean property (checkbox) to the dialog. The default value of the new property…
John Goofy
  • 866
  • 8
  • 22
3
votes
1 answer

AEM's Rich Text (RTE) prepends Author domain to links?

On a newly built AEM 6.3 Author server (Service Pack 2), the RTE component automatically prepends our Author URL to any asset selected through the Asset Selector. The domain is prepended only after selecting the asset and clicking OK. Before…
bwhet
  • 158
  • 2
  • 12
3
votes
3 answers

Not able to remove components in Editable Template AEM

I have been following the tutorial I have linked here to create a custom layout component https://helpx.adobe.com/experience-manager/using/bootstrap_grid.html but I noticed that removing this component from an Editable Template is not possible. How…
I. Mancilla
  • 41
  • 1
  • 2
2
votes
2 answers

How to find the component path in AEM Touch UI Dialog?

I want to e.g. fetch the path /content/branc/region/microsite_name/en/mypage/jcr:content/par/mycomponent in jQuery. I am able to fetch the page path using Granite.author.page. Code to fetch page path: (function ($, $document, author) { "use…
Trupti
  • 23
  • 3
1
vote
0 answers

How can I add an editable child component in another component using React in AEM?

The requirement is to add a child component which is editable on its own within another component. If I just include the component in React, it is static(No dialog available & not editable). Tried referring to this but the same issue here as well -…
1
vote
1 answer

Is there any difference between _cq_dialog.xml _cq_dialog/.content.xml?

In most AEM components I've seen there is a file _cq_dialog.xml that defines a Touch UI dialog to configure the component. However, when I export a component with a CRX DE package, it contains _cq_dialog as a directory with .content.xml inside. Is…
pkalinow
  • 1,619
  • 1
  • 17
  • 43
1
vote
0 answers

AEM pathfield to allow selection of only child pages

I have a requirement where the AEM pathfield component will show only the child(cq:Page ) resources/nodes of the current node(cq:Page) in the options picker. I went through the documentation…
infinityskyline
  • 369
  • 2
  • 4
  • 17
1
vote
0 answers

How To Enable Image Cropping in Touch UI Page Properties

Is there any official path, preferably requiring little effort / future maintenance, for implementing an image cropping feature within a Touch UI page properties editor? I realize that an author can go to the source image in the DAM and crop it, but…
Mark Nemmer
  • 11
  • 1
  • 1
1
vote
0 answers

Embedding custom component Touch UI dialogs within other custom component Touch UI dialogs

What I'm trying to accomplish is to setup a series of subcomponents that can be embedded into components to add the same fields across many components but have them all pull from a single location, for example adding title and teaser fields in the…
atwig
  • 35
  • 4
1
vote
1 answer

Hide inherited property in page properties dialog (Touch UI)

I'd like to hide a property within a certain tab that is inherited from /libs/wcm/foundation/components/basicpage/v1/basicpage (e.g. hideInNav property in basic tab). This change should only affect one page-rendering component, so I don't want to do…
fraudoudou
  • 21
  • 6
1
vote
1 answer

AEM - Refresh datasource after granite field change

I am trying to figure out how to refresh a granite data source for a select field from a pathfield that I will like to also pass into the data source. Basically: Set a path (pathToOptions) that will look at a content fragment model Datasource is…
Jeremy Trpka
  • 322
  • 1
  • 4
  • 20
1
vote
0 answers

In an authoring dialog is it possible to have required inputs in the select component?

I am creating an authoring dialog that has a select component. Option One of the select only has one input. Option Two of the select has two inputs and one is required. Currently I am not able to submit Option One since there is a required input…
skanvy
  • 53
  • 7
1
vote
1 answer

Why is Touch Ui FileUpload is rendered as button?

I need to migrate from Classic UI's html5smartfile xtype to Touch UI's fileupload resource type (/libs/granite/ui/components/coral/foundation/form/fileupload). But there are only a button after conversion ("Drop an asset" area is missing). What…
user5979064
1
vote
1 answer

Force AEM classic UI & touch UI design dialog share the same globalDesignPath

We followed this tutorial -> https://www.danklco.com/posts/2013/06/changing-cq-components-design-path.html to create a global design path solution for multiple components to share design which works perfect for classic UI design dialog. public…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
1
2 3