This js call:
cuteEditor1.ExecCommand("PasteText",false,"PasteText");
Inserts the word "PasteText" in the body of the editor.
If I click the Paste plain text button on the toolbar, the correct content is inserted.
The same thing applies to Paste and PasteWord.
What am I doing wrong?