如何在编辑器中隐藏部分富文本 #451
DeveloperHu
started this conversation in
General
Replies: 4 comments
-
直接在gethtml中获取的内容加上style display none也无效 |
Beta Was this translation helpful? Give feedback.
0 replies
-
没有支持 display: none 这个属性,自定义元素试试?好奇怪的需求,在富文本里面隐藏部分文本。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我们产品用富文本编辑邮件脚本有一些脚本代码不想在富文本前端使用,传输到后端时需要存在。怎么让style支持display呢大佬 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这种推荐使用自定义元素,具体的可以看文档、源码中的自定义元素插件以及网上别人写的用例 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述
请输入遇到的问题...
wangEditor 版本
请输入内容……
是否查阅了文档 ?
(文档链接 https://cycleccc.github.io/docs/ )
是/否
最小成本的复现步骤
(请告诉我们,如何最快的复现该问题?)
Beta Was this translation helpful? Give feedback.
All reactions