ce icon indicating copy to clipboard operation
ce copied to clipboard

copy-paste event

Open youcanping opened this issue 4 years ago • 1 comments

image A1 Using the copy command, you can see that A1 has a dashed state, can I know the content from A1 when I paste it again, because I have customized things, now I can only get the text of A1, and the extra content is not available. If I know that this paste comes from A1, I can get additional content from A1. What is the method?

youcanping avatar Jan 06 '21 10:01 youcanping

Hi,

Have you try event : oncopy(el, rowsName, dataHash) and onbeforepaste(el, data, x, y) ?

in dev use console.log(arguments) for show behavior argument in this event

GBonnaire avatar Jan 08 '21 14:01 GBonnaire