Page 1 of 1

Need info about existing actions

Posted: Fri Dec 23, 2022 11:24 am
by shilpa
Hi Team,

In our project we have three actions in web author.
Cut, Copy and paste.

Could you please let us know in web author when we do ctrl+x, ctrl+c, and ctrl+v what actions are invoking?
So that we can implement the same for our icons on click.

Thanks

Re: Need info about existing actions

Posted: Mon Dec 26, 2022 7:07 am
by shilpa
Hi Team,

Could you please update on this.

Thanks & Regards
Shilpa.P

Re: Need info about existing actions

Posted: Tue Dec 27, 2022 12:25 pm
by mihai_coanda
Hello,
The action IDs used for the clipboard actions are 'Author/Copy', 'Author/Cut', and 'Author/Paste'.
Due to browser security limitations, you cannot invoke the Paste action from a user-click event. Yout will have to use the 'Author/PasteSpecial' action that displays a dialog to the user.
Best Regards,
Michael

Re: Need info about existing actions

Posted: Mon Mar 06, 2023 2:38 pm
by shilpa
Hi Michael,

I have added action Id's as you specified. After adding the id's for copy and cut getting same display name.
Please find the below screenshot
image.png
Thanks & Regards
Shilpa.P

Re: Need info about existing actions

Posted: Mon Mar 06, 2023 3:05 pm
by cristi_talau
Hello,

The Author/Cut and Author/Copy actions were designed to be invoked by shortcut. The actions that we normally present in the context menu are Author/CutSpecial and Author/CopySpecial. They have the proper UI elements configured.

Best,
Cristian

Re: Need info about existing actions

Posted: Tue Mar 07, 2023 10:42 am
by shilpa
Thank you Cristian.. It's working