将文本粘贴到Tinymce中,未发布到表中


Pasted text into Tinymce not getting posted into table

当我使用 ctrl+v 将一些文本粘贴到 Tinymce 编辑器中,然后单击提交按钮时,文本不会插入到数据库中。页面已加载,但未发布任何内容。如果我输入相同的东西,它会被发布,但在粘贴时不起作用。可能是什么问题?请帮忙。谢谢。

首先让我们知道您使用 Tinymce 激活了哪些插件,因为我在我的项目中安装了 Tinymce,我可以从任何地方复制任何东西并直接将其粘贴到任何东西中,它会保存到数据库中。 确保在插件中已激活粘贴功能。

 plugins: [
         "advlist autolink link image lists charmap print preview hr anchor pagebreak",
         "searchreplace wordcount visualblocks visualchars insertdatetime  nonbreaking",
         "table contextmenu directionality emoticons **paste** textcolor responsivefilemanager"
   ],

希望这对你有帮助。

问候

伊姆兰·卡西姆