Re: EditorOnPaste property

  •  07-07-2008, 5:42 PM

    Re: EditorOnPaste property

    I looked at the code in editor-onpaste.aspx.
     
    I added the following code but the result is the same: none of the Word markup is removed and the item is no longer editable.
     

    Editor newsEditor = ((Editor)NewsView.FindControl("CeNews"));

    newsEditor.EditorOnPaste = PasteBehavior.PasteWord;

View Complete Thread