PasteText acting as ConfirmWord

  •  12-21-2007, 8:35 AM

    PasteText acting as ConfirmWord

    I'm having some difficulty getting the editor to act as I think it should, and I'm hoping someone can help me.
     
    I want text pasted into the editor to be stripped of all formatting except for paragraph marks -- the PasteText setting.  The control's EditorOnPaste property is being set to CuteEditor.PasteBehavior.PasteText.  However, the formatting isn't being stripped out.  On review, I found that there was a popup being blocked, and if I stopped blocking popups, then I got a popup window for stripping out the formatting.
     
    This appears to be the functionality described by the ConfirmWord setting.  "When you pasting the content from Word into the editor, will prompt users with a popup prompt to clean the non-required code."

    I don't want to do ConfirmWord, I want the PasteText option.  Is there something I should be doing differently?

    Thanks.

    --Matt

View Complete Thread