开发者

tinymce Strikethrough when pasting from Word

开发者 https://www.devze.com 2023-03-06 06:42 出处:网络
I\'m using tinymce editor with the paste plugin. In some cases when I paste from a word document some of the words have a Strikethrough , even though there isn\'t one in the word docuemnt.

I'm using tinymce editor with the paste plugin. In some cases when I paste from a word document some of the words have a Strikethrough , even though there isn't one in the word docuemnt.

I saw this question , but it dosen't have an answer and I can't find any other similar questions.

How can I 开发者_JAVA技巧prevent the strikethrough while pasting?

Thank's In Advancce.


You could do some paste handling of your own using the paste parameter paste_preprocess. For example could you remove some word formatings/styles of your own. The tinymce keep/remove-style-settings for the paste plugin do not seem to handle all cases.

0

精彩评论

暂无评论...
验证码 换一张
取 消