Looking for a document of cq/gui/components/coral/common/form/tagfield | Community
Skip to main content
New Participant
October 31, 2017
Solved

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

  • October 31, 2017
  • 4 replies
  • 11187 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 replies

New Participant
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

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 31, 2017
manoj_devapath
New Participant
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
New Participant
October 31, 2017

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