Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Looking for a document of cq/gui/components/coral/common/form/tagfield

Avatar

Level 6

I try to see a list of attributes defined in cq/gui/components/coral/common/form/tagfield. What I look for is to limit the search within a path in the dialog, so it doesn't bring back tags under other folders in AEM 6.3 touch UI.

Does anyone know if possible and a path to AEM documentation?

Thanks.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10
4 Antworten

Avatar

Level 10

Here is the Coral API ref -- Coral.Tag Documentation | CoralUI

Avatar

Level 6

To lmit the search path in dialog you may have to overlay /libs/cq/gui/components/coral/common/form/tagfield/render.jsp

rootpat his set here in render.jsp for all tags.

If need add custom logic in render,jsp to restrict rootpath.

1338029_pastedImage_4.png

Avatar

Korrekte Antwort von
Level 10

I was talking to internal adobe ppl. They siggested looking here too.   Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Touch UI Path Browser Filter for Autocomple...

Avatar

Level 1

Even though this post is already answered adding here some information if it can help other developers since I also stumbled upon same question myself.

The documentation can be found in the following file  /libs/cq/gui/components/coral/common/form/tagfield/render.jsp