Call to Paste, PasteText and Pasteword insert action name, not content

  •  12-28-2006, 9:22 PM

    Call to Paste, PasteText and Pasteword insert action name, not content

    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?
     
     
     
     
View Complete Thread