- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 TinyMCE4 中按 Enter 时,会创建一个新段落。有什么方法可以更改 TinymCE4 的配置,以便 Enter 应该像 Shift+Enter 一样工作?
按Enter键后,我想要一个<br/>
标签而不是 <p>
标签。
最佳答案
是的,有一个选项。这是forced_root_block
.
来自docs :
This option enables you to make sure that any non block elements ortext nodes are wrapped in block elements. For example something willresult in output like:
<p><strong>something</strong></p>
. This optionis enabled by default as of 3.0a1.If you set this option to falseit will never produce p tags on enter or automatically it will insteadproduce
br
elements and Shift+Enter will produce ap
.
不过,您还应该注意文档中的警告:
Note that not using
p
elements as root block can severely cripple thefunctionality of the editor.
关于javascript - 小MCE4 : How to change Enter key functionality to Shift + Enter key?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49140515/
我是一名优秀的程序员,十分优秀!