Looking for a document of cq/gui/components/coral/common/form/tagfield | Adobe Higher Education
Skip to main content
Level 5
October 31, 2017
Respondido

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

  • October 31, 2017
  • 4 respostas
  • 11230 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por smacdonald2008

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 Autocomplete and Picker Result…

4 Respostas

smacdonald2008
Level 10
October 31, 2017

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

manoj_devapath
Level 5
October 31, 2017

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.

smacdonald2008
Level 10
October 31, 2017
Level 2
September 12, 2019

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