Customize/Hook to AEM copy-paste component flow | Community
Skip to main content
John_Ky
New Participant
September 28, 2017
Solved

Customize/Hook to AEM copy-paste component flow

  • September 28, 2017
  • 3 replies
  • 5322 views

Hi,

Anyone know how to hook to the copy-paste event in AEM? I want to create a custom code which listens to the paste event in order to modify all the children nodes' names. Appreciate if anyone know where is the client-side js and server-side for the copy-paste flow.

Thanh

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 viveksachdeva

You could add a custom listener for page events and add your code there...

3 replies

New Participant
June 26, 2018

Can you provide any sample code or files to look at?

viveksachdeva
viveksachdevaAccepted solution
New Participant
September 29, 2017

You could add a custom listener for page events and add your code there...

New Participant
April 28, 2020
Could you please provide some more inputs , example ?
smacdonald2008
New Participant
September 28, 2017

I am not sure this is a publicly exposed AEM Event. I do not think this is possible. Never seen or read any doc or community article related to a paste event handler.