Location of granite:data listener functions AEM 6.3 | Community
Skip to main content
Level 2
September 20, 2017

Location of granite:data listener functions AEM 6.3

  • September 20, 2017
  • 1 reply
  • 2136 views

Hi

In the cq:dialog in AEM 6.3 you have a granite:data node which can have a couple of listeners. For example an onLoad and onChange listener. Those listeners call a function in guidelib.touchlib.editLayer.dialogUtils."a function".

Does somebody knows where those functions are located or where I can find guidelib.touchlib.editLayer.dialogUtils?

Please help.

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
Level 10
September 20, 2017

They are located in the clientlibs /libs/fd/af/authoring/clientlibs/touchAuthoring/guideTouchAuthoringDialog/guideTouchAuthoringDialogComponent/js/TouchDialogBehavior.js

Level 2
September 20, 2017

Eventually the path was /etc/clientlibs/fd/af/guideTouchAuthoringDialog/guideTouchAuthoringDialogComponent/js/TouchDialogBehavior.js. But ok I was able to find the right file.

Thanks