Re: How to disable copy and paste image functionality in cute editor <img src="data:image\png..."

  •  01-11-2012, 5:06 AM

    Re: How to disable copy and paste image functionality in cute editor <img src="data:image\png..."

    Hi wzs5011,
     
    I can reproduce it on firefox. I will report it to the development team. Once issue is fixed, I will keep you posted.
     
    Set EditorOnPaste to PasteText will disable the image paste, but will also disable the html content paste too.
     
       <CE:Editor ID="Editor1" runat="server" EditorOnPaste="PasteText" /> 
     
    Regards,
     
    Ken 
View Complete Thread