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

Customize/Hook to AEM copy-paste component flow

  • September 28, 2017
  • 3 replies
  • 5328 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

smacdonald2008
Level 10
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.

viveksachdeva
Community Advisor
viveksachdevaCommunity AdvisorAccepted solution
Community Advisor
September 29, 2017

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

Level 2
April 28, 2020
Could you please provide some more inputs , example ?
Level 2
June 26, 2018

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