when doing ctrl+v, is there any way to make it paste the plaint text by default?.
Thanks
Hi wolf11th,
Yes, you can set property EditorOnPaste to PastePureText, then it will paste plaint text by default.
<CE:Editor ID="Editor1" runat="server" EditorOnPaste="PastePureText">
</CE:Editor>
Regards,
Ken