我如何强制 Tinymce 将所有内容包装在段落内?
我使用 forced_root_block: 'p',
初始化tinymce(这通常工作正常)。 我面临的问题似乎是一个特殊情况。 我使用火狐浏览器。 当我按 ctrl+a 并标记所有内容时,按一个字母(例如“d”),使用 firbug 进行更仔细的检查显示,
<body ...>d</body>
如果我按第二个字母,编辑器内容将被包装到一个段落中。
我需要使用 css 和段落来设置编辑器内容的样式,但是当没有段落时,我无法设置内容的样式,用户可能会感到恼火。 我该如何解决这个问题?
I initialize tinymce using forced_root_block: 'p',
(this usually works fine).
The problem i am facing seems to be a special case. I use Firefox.
When i press ctrl+a
and when all contetn is marked press one single letter (in example 'd') a closer inspection using firbug shows
<body ...>d</body>
If i push a second letter the editors content gets wrapped into a paragraph.
I need to style the editors content using css and paragraphs, but when there is no paragraph i am not able to style the content and the user could get irritated.
How can i solve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其添加到您的tinymce配置中:
Add this to your tinymce config: