Hi Omar,
Retrieving the data from system clipboard in an automated way through script/code is denied as a part of browser security policy. In Document editor, we use our own context menu to display the Word editor specific menu items. So, retrieving the data from system clipboard through onclick event of our own context menu item is not possible and the paste option is in disabled state by default in Document editor.
Whereas the browser’s native paste operation from system clipboard will work only on the user’s direct interaction like, keyboard shortcut ‘CTRL + V’ or browser’s built-in context menu paste option click.
Hence, it is not possible to paste content from outside Document editor using context menu’s paste option. Use keyboard shortcut ‘CTRL + V’ which gets the data from system clipboard and pastes content to Document editor.
Document editor provides an alternate solution to copy/cut and paste content within Document editor using context menu’s paste option. You can set enableLocalPaste property to true, to get this alternate solution working. By default this property is false.
Regards,
Suriya M.